@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";.body{padding:20px 20px 10px 10px}.container{width:100%;height:100dvh;background-color:#fdfdfd;overflow-y:scroll;scroll-snap-type:y mandatory;scroll-behavior:smooth}.containerElement{display:flex;width:100%;margin-left:20px}.buttonPopup{padding:50px}*{padding:0;margin:0;box-sizing:border-box;font-family:Inter,sans-serif;color:#212121}html,body,#root{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;background-color:#fdfdfd}#root{min-height:100%;background-color:#fdfdfd}input:focus{outline:none}li{list-style:none}a{text-decoration:none}.navBarMobile,.navbar{position:fixed;top:0;left:0;width:100%;height:40px;padding:30px 40px;background-color:#fdfdfdf2;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;display:flex;align-items:center;justify-content:center;box-shadow:0 5.333px 80px #0000001a;transform:translateY(-100%);transition:transform .8s cubic-bezier(.16,1,.3,1)}.navbar .contentNavbar{display:flex;width:100%;justify-content:space-around;align-items:center;gap:20px}.navbar .contentNavbar a{font-size:15px;font-family:Roboto,sans-serif;font-style:normal;font-weight:400;line-height:150%;background:none;border:none;outline:none;cursor:pointer;transition:all .9s ease}@media(min-width:992px)and (max-height:850px){.navbar .contentNavbar a{font-size:13px}}.navbar .contentNavbar a:hover{color:#9b63a6;transform:scale(.98)}.navbar .contentNavbar a:active,.navbar .contentNavbar .active{color:#9b63a6}.navbar .contentNavbar .logo-navBar{width:33px;height:33px}.navbar .contentNavbar .contact-button,.navbar .contentNavbar .contact-button-active{display:flex;width:120px;height:40px;color:#9b63a6;justify-content:center;align-items:center;gap:10.667px;border-radius:5.333px;border:1.333px solid var(--Primary, #9b63a6)}@media(min-width:992px)and (max-height:850px){.navbar .contentNavbar .contact-button,.navbar .contentNavbar .contact-button-active{font-size:13px}}.navbar .contentNavbar .contact-button:hover,.navbar .contentNavbar .contact-button-active:hover,.navbar .contentNavbar .contact-button-active{color:#fdfdfd;background-color:#9b63a6}.navbar.open{transform:translateY(0)}.navBarMobile{justify-content:space-between}.navBarMobile .logo-navBar{width:30px;height:30px}.navBarMobile .btn-burger{background:none;border:none;outline:none;cursor:pointer}.navBarMobile.open{transform:translateY(0)}.menu-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#fdfdfd33;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1001;opacity:0;visibility:hidden;transition:all .3s ease}.menu-overlay.active{opacity:1;visibility:visible}.mobile-menu-drawer{position:fixed;top:0;right:0;width:50%;height:100dvh;background-color:#fdfdfdf2;z-index:1002;box-shadow:-2px 0 10px #0000001a;transform:translate(100%);transition:transform .8s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column}.mobile-menu-drawer.active{transform:translate(0)}.mobile-menu-drawer .drawer-header{display:flex;justify-content:flex-end;padding:20px}.mobile-menu-drawer .drawer-header .close-btn{background:none;border:none;cursor:pointer}.mobile-menu-drawer .contentNavbar{display:flex;flex-direction:column;width:100%;justify-content:space-around;align-items:flex-start;gap:20px;padding:20px}.mobile-menu-drawer .contentNavbar a{font-size:15px;font-family:Roboto,sans-serif;font-style:normal;font-weight:400;line-height:150%;background:none;border:none;outline:none;cursor:pointer;transition:all .9s ease}.mobile-menu-drawer .contentNavbar a:hover{color:#9b63a6;transform:scale(.98)}.mobile-menu-drawer .contentNavbar a:active,.mobile-menu-drawer .contentNavbar .active{color:#9b63a6}.mobile-menu-drawer .contentNavbar .contact-button,.mobile-menu-drawer .contentNavbar .contact-button-active{display:flex;width:120px;height:40px;color:#9b63a6;justify-content:center;align-items:center;gap:10.667px;border-radius:5.333px;border:1.333px solid var(--Primary, #9b63a6)}.mobile-menu-drawer .contentNavbar .contact-button:hover,.mobile-menu-drawer .contentNavbar .contact-button-active:hover,.mobile-menu-drawer .contentNavbar .contact-button-active{color:#fdfdfd;background-color:#9b63a6}.fab-wrapper{position:fixed;bottom:55px;right:30px;z-index:1001;display:flex;flex-direction:column;justify-content:center;pointer-events:none}@media(min-width:0)and (max-width:575.98px){.fab-wrapper{bottom:30px}}.fab-wrapper .fab-label-bubble{position:absolute;bottom:10px;right:75px;background-color:#f5fcff;color:#212121;padding:20px 16px;border-radius:20px 20px 4px;font-size:14px;font-weight:600;white-space:nowrap;box-shadow:0 4px 12px #00000026;pointer-events:none;opacity:0;transform:translate(10px) scale(.9);transition:all .8s cubic-bezier(.68,-.55,.27,1.55)}@media(min-width:0)and (max-width:575.98px){.fab-wrapper .fab-label-bubble{font-size:10px;padding:15px 8px;right:55px}}.fab-wrapper .fab-label-bubble:active{transform:scale(.9)}.fab-wrapper .icon-fade-enter{animation:slideUpFade .5s cubic-bezier(.16,1,.3,1);display:flex}.fab-wrapper .fab-button{position:relative;bottom:auto;right:auto;pointer-events:auto;width:60px;height:60px;border-radius:50%;border:none;cursor:pointer;color:#f5fcff;font-weight:700;font-size:1.5rem;box-shadow:0 5.333px 80px #0000001a;display:flex;align-items:center;justify-content:center;transition:background-color .8s ease,transform .5s ease;overflow:hidden}@media(min-width:0)and (max-width:575.98px){.fab-wrapper .fab-button{width:47px;height:47px}}.fab-wrapper .shadow-trigger{position:absolute;bottom:-20px;left:50%;transform:translate(-50%);width:40px;height:10px;border-radius:50%;background-color:#00000026;filter:blur(2px);border:none;cursor:pointer;pointer-events:auto;z-index:1002;transition:all .8s ease}@media(min-width:0)and (max-width:575.98px){.fab-wrapper .shadow-trigger{width:30px;bottom:-15px}}.fab-wrapper .shadow-trigger:hover{background-color:#0006;transform:translate(-50%) scale(1.2)}.fab-label-bubble.visible{opacity:1;transform:translate(0) scale(1)}.shadow-trigger.shadow-active{background-color:#0006;transform:translate(-50%) scale(1.2)}.fab-label-bubble:after{content:"";position:absolute;right:-6px;bottom:10px;width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:8px solid #f5fcff}.fab-wrapper.hidden{transform:translateY(150%);opacity:0;pointer-events:none}@keyframes slideUpFade{0%{opacity:0;transform:translateY(20px) scale(.5)}to{opacity:1;transform:translateY(0) scale(1)}}.construction-container{display:flex;flex-direction:column;text-align:center;padding:3rem;background:#fff;border-radius:12px;box-shadow:0 10px 25px #0000001a;max-width:500px;width:90%}.icon{font-size:4rem;margin-bottom:1rem;animation:bounce 2s infinite}h2{font-size:2.5rem;margin-bottom:.5rem;color:#2c3e50}p{font-size:1.1rem;color:#666;line-height:1.6;margin-bottom:2rem}.loader{width:100%;height:6px;background-color:#eee;border-radius:3px;overflow:hidden}.loader-bar{height:100%;width:50%;background-color:#3498db;border-radius:3px;animation:loading 1.5s ease-in-out infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@keyframes loading{0%{transform:translate(-100%)}to{transform:translate(200%)}}.container-authdev{display:flex;flex-direction:column;text-align:center;padding:3rem;background:#fff;border-radius:12px;box-shadow:0 10px 25px #0000001a;max-width:800px;width:100%}.primary-button{width:fit-content;min-width:100px;width:var(--dinamic-width);height:var(--dinamic-height);padding:10px;border:none;border-radius:10px;background-color:#9b63a6;font-size:var(--font-size);color:#fdfdfd;cursor:pointer}.primary-button:hover{background-color:#9b63a6;border:1px solid #fdfdfd}.primary-button:active{box-shadow:0 4px 4px #00000040}.primary-button:disabled{opacity:.2;pointer-events:none}.secundary-button{width:fit-content;height:37px;min-width:100px;padding:10px;border:none;border-radius:10px;background-color:#498982;font-size:.75rem;color:#fdfdfd;cursor:pointer}.secundary-button:hover{background-color:#498982;border:1px solid #fdfdfd}.secundary-button:active{box-shadow:0 4px 4px #00000040}.secundary-button:disabled{opacity:.2;pointer-events:none}.primary-button-icon{display:flex;justify-content:center;align-items:center;gap:.3125rem;width:fit-content;min-width:100px;height:37px;padding:10px;border:none;border-radius:10px;background-color:#9b63a6;font-size:.75rem;color:#fdfdfd;cursor:pointer}.primary-button-icon:hover{background-color:#9b63a6;border:1px solid #fdfdfd}.primary-button-icon:active{box-shadow:0 4px 4px #00000040}.primary-button-icon:disabled{opacity:.2;pointer-events:none}.secundary-button-icon{display:flex;justify-content:center;align-items:center;gap:.3125rem;width:fit-content;min-width:100px;height:37px;padding:10px;border:none;border-radius:10px;background-color:#498982;font-size:.75rem;color:#fdfdfd;cursor:pointer}.secundary-button-icon:hover{background-color:#498982;border:1px solid #fdfdfd}.secundary-button-icon:active{box-shadow:0 4px 4px #00000040}.secundary-button-icon:disabled{opacity:.2;pointer-events:none}.delete-button{display:flex;flex-direction:column;align-items:center;justify-content:center;width:6.25rem;min-width:100px;height:37px;padding:10px;border:none;background:none;font-size:.75rem;color:#ed3636;cursor:pointer}.delete-button:hover{color:#fdfdfd;background-color:#ed3636;border-radius:10px}.delete-button:active{color:#fdfdfd;background-color:#ed3636;border-radius:10px;box-shadow:0 4px 4px #00000040}.delete-button:disabled{opacity:.2;pointer-events:none}.line-delete{width:60%;height:2px;background-color:#ed3636}.discard-button{display:flex;flex-direction:column;align-items:center;justify-content:center;width:6.25rem;min-width:100px;height:37px;padding:10px;border:none;background:none;font-size:.75rem;color:#959595;cursor:pointer}.discard-button:hover{color:#fdfdfd;background-color:#959595;border-radius:10px}.discard-button:active{color:#fdfdfd;background-color:#959595;border-radius:10px;box-shadow:0 4px 4px #00000040}.discard-button:disabled{opacity:.2;pointer-events:none}.line-discard{width:70%;height:2px;background-color:#959595}.googleButton{display:flex;justify-content:center;align-items:center;gap:10px;min-width:100px;width:fit-content;height:37px;padding:10px;border:1px solid #959595;border-radius:10px;background-color:#fdfdfd;font-size:.75rem;color:#212121;font-weight:600;cursor:pointer}.googleButton .iconGoogle{width:20px;height:20px;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;image-rendering:pixelated}.googleButton:hover{border:1px solid #d28202}.googleButton:active{box-shadow:0 4px 4px #00000040}.googleButton:disabled{opacity:.2;pointer-events:none}form{display:flex;flex-direction:column;gap:30px;padding:20px}.inputsContainers{display:flex;margin-bottom:20px;flex-direction:column;gap:.3125rem;align-items:flex-start}.labelText{font-size:.75rem;font-style:normal;font-weight:600;line-height:17px;letter-spacing:.192px}.inputText,.errorInput{box-sizing:border-box;display:flex;width:100%;height:var(--h, 40px);padding:10px;justify-content:center;align-items:center;gap:10px;align-self:stretch;border-radius:10px;border:1px solid #5e3bee;background-color:#fdfdfd}.inputText::placeholder,.errorInput::placeholder{color:#959595;opacity:1}.inputText::placeholder,.errorInput::placeholder{color:#aaa;transition:color .3s ease}.inputText:focus::placeholder,.errorInput:focus::placeholder{color:#ddd}.inputText:hover,.errorInput:hover{border:1px solid #9b63a6}.inputText:disabled,.errorInput:disabled{background:#959595;color:#212121;border:none;cursor:not-allowed;opacity:.7}.inputText:disabled::placeholder,.errorInput:disabled::placeholder{color:#212121}.textArea{align-items:flex-start;font-family:inherit;padding:10px;resize:none}.textArea:focus{outline:none;border:1px solid #5e3bee}.errorInput{border:1px solid #ed3636}.errorInput::placeholder{color:#ed3636}.errorInput:focus{outline:none;border:1px solid #5e3bee}.labelCurrency{font-size:.75rem;font-style:normal;font-weight:600;line-height:17px;letter-spacing:.192px}.inputCurrency,.errorInputCurrency{display:flex;width:var(--w, 200px);height:var(--h, 40px);padding:10px;justify-content:center;align-items:center;gap:10px;align-self:stretch;border-radius:10px;border:1px solid #959595;background-color:#fdfdfd}.inputCurrency::placeholder,.errorInputCurrency::placeholder{color:#959595;opacity:1}.inputCurrency::placeholder,.errorInputCurrency::placeholder{color:#aaa;transition:color .3s ease}.inputCurrency:focus::placeholder,.errorInputCurrency:focus::placeholder{color:#ddd}.inputCurrency:hover,.errorInputCurrency:hover{border:1px solid #9b63a6}.inputCurrency:disabled,.errorInputCurrency:disabled{background:#959595;color:#212121;border:none;cursor:not-allowed;opacity:.7}.inputCurrency:disabled::placeholder,.errorInputCurrency:disabled::placeholder{color:#212121}.width100 input{width:800px}.errorInputCurrency{border:1px solid #ed3636}.errorInputCurrency::placeholder{color:#ed3636}.inputVerificationCode,.inputVerificationCodeError{display:flex;width:50px;height:75px;background-color:#fdfdfd;border:1px solid #959595;padding:10px;text-align:center;font-size:.75rem;color:#959595;justify-content:center;align-items:center;gap:10px;border-radius:10px}.inputVerificationCode::placeholder,.inputVerificationCodeError::placeholder{color:#959595;opacity:.8}.inputVerificationCode:active::placeholder,.inputVerificationCodeError:active::placeholder{display:none}.inputVerificationCodeError{border:1px solid #ed3636}.labelDate{font-size:.75rem;font-style:normal;font-weight:600;line-height:17px;letter-spacing:.192px}.inputDate,.errorInputDate{display:flex;width:var(--w, 100%);height:40px;padding:10px;justify-content:center;align-items:center;gap:10px;align-self:stretch;border-radius:10px;border:1px solid #959595;background-color:#fdfdfd}.inputDate::placeholder,.errorInputDate::placeholder{color:#959595}.inputDate::placeholder,.errorInputDate::placeholder{color:#aaa;transition:color .3s ease}.inputDate:focus::placeholder,.errorInputDate:focus::placeholder{color:#ddd}.inputDate:hover,.errorInputDate:hover{border:1px solid #9b63a6}.inputDate:not(:placeholder-shown),.errorInputDate:not(:placeholder-shown){border-color:green}.inputDate:disabled,.errorInputDate:disabled{background:#959595;color:#212121;border:none;cursor:not-allowed;opacity:.7}.inputDate:disabled::placeholder,.errorInputDate:disabled::placeholder{color:#212121}.errorInputDate{border:1px solid #ed3636}.errorInputDate::placeholder{color:#ed3636}.labelIcon{font-size:.75rem;font-style:normal;font-weight:600;line-height:17px;letter-spacing:.192px}.inputIcon,.errorInputIcon{display:flex;width:var(--w, 200px);height:var(--h, 40px);padding:10px;justify-content:center;align-items:center;gap:10px;align-self:stretch;border-radius:10px;border:1px solid #959595;background-color:#fdfdfd}.inputIcon input,.errorInputIcon input{border:none;background:none}.inputIcon input::placeholder,.errorInputIcon input::placeholder{color:#959595;opacity:1}.inputIcon input::placeholder,.errorInputIcon input::placeholder{color:#aaa;transition:color .3s ease}.inputIcon input:focus::placeholder,.errorInputIcon input:focus::placeholder{color:#ddd}.inputIcon:hover,.errorInputIcon:hover{border:1px solid #9b63a6}.errorInputIcon{border:1px solid #ed3636}.errorInputIcon input::placeholder{color:#ed3636}.labelPassword{font-size:.75rem;font-style:normal;font-weight:600;line-height:17px;letter-spacing:.192px}.inputPassword,.errorInputPassword{display:flex;width:var(--w, 200px);height:var(--h, 40px);padding:10px;justify-content:space-between;align-items:center;gap:10px;align-self:stretch;border-radius:10px;border:1px solid #959595;background-color:#fdfdfd}.inputPassword .iconButtonEye,.errorInputPassword .iconButtonEye{background:none;border:none;cursor:pointer}.inputPassword input,.errorInputPassword input{width:80%;height:100%;border:none;background:none}.inputPassword input::placeholder,.errorInputPassword input::placeholder{color:#959595;opacity:1}.inputPassword input::placeholder,.errorInputPassword input::placeholder{color:#aaa;transition:color .3s ease}.inputPassword input:focus::placeholder,.errorInputPassword input:focus::placeholder{color:#ddd}.inputPassword input:disabled,.errorInputPassword input:disabled{background:#959595;color:#212121;border:none;cursor:not-allowed;opacity:.7}.inputPassword input:disabled::placeholder,.errorInputPassword input:disabled::placeholder{color:#212121}.errorInputPassword{border:1px solid #ed3636}.errorInputPassword input::placeholder{color:#ed3636}.fileUploadWrapper{display:flex;align-items:center;gap:12px;font-family:inherit}.fileUploadWrapper.disabled{opacity:.6;cursor:not-allowed}.fileUploadWrapper .uploadButton{display:flex;height:37px;justify-content:center;align-items:center;gap:10px;background:#498982;color:#fdfdfd;font-weight:600;padding:8px 16px;border:none;border-radius:10px;cursor:pointer}.fileUploadWrapper .uploadButton:disabled{opacity:.5;cursor:not-allowed}.fileUploadWrapper .placeholderText{color:#959595}.fileUploadWrapper .fileInfo{display:flex;width:fit-content;min-width:221px;align-items:center;justify-content:space-between;gap:8px;background-color:#959595;opacity:.5;padding:6px 10px;border-radius:6px}.fileUploadWrapper .fileInfo span{color:#212121}.fileUploadWrapper .fileInfo .clearButton{background:transparent;border:none;font-size:16px;color:#212121;cursor:pointer}.fileUploadWrapper .fileInfo .clearButton:hover{color:#ed3636}.fileIcon{width:20px;height:20px}.inputImage{display:flex;justify-content:flex-start;padding-top:10px;padding-bottom:10px;border:1px solid #959595;border-radius:10px 10px 0 0}.inputImageContent{display:flex;flex-direction:column;width:100%;border-radius:0 0 10px 10px;border:1px solid #959595;overflow:hidden}.inpuImageContainer{min-width:200px;max-width:400px}.inputIconSearch,.errorInputIconSearch{display:flex;width:100%;height:40px;padding:10px;justify-content:space-around;align-items:center;gap:10px;align-self:stretch;border-radius:10px;background-color:#fdfdfd}.inputIconSearch input,.errorInputIconSearch input{width:85%;border:none;background:none}.inputIconSearch input::placeholder,.errorInputIconSearch input::placeholder{color:#959595;opacity:1}.inputIconSearch input::placeholder,.errorInputIconSearch input::placeholder{color:#aaa;transition:color .3s ease}.inputIconSearch input:focus::placeholder,.errorInputIconSearch input:focus::placeholder{color:#ddd}.contentSearch{display:flex;width:90%;height:25px;gap:20px;align-items:center;margin-top:20px;margin-bottom:10px;margin-left:20px;padding:20px;cursor:pointer}.contentSearch .icon{width:30px;height:30px;border-radius:5px}.contentSearch .text{font-style:normal;font-weight:400;line-height:17px;letter-spacing:.192px;font-size:.75rem;color:#959595}.contentSearch:hover{background-color:gray;border-radius:5px;opacity:.3}.contentSearch:hover .text{color:#fdfdfd}.generalSearch .lineSearch{width:90%;height:1px;margin-left:4%;background-color:#959595}.generalSearch:last-child .lineSearch{display:none}.errorInputIconSearch{border:1px solid #ed3636}.errorInputIconSearch input::placeholder{color:#ed3636}.labelDropdown{font-size:.75rem;font-style:normal;font-weight:600;line-height:17px;letter-spacing:.192px}.inputDropdown,.errorDropdown{width:100%}.inputDropdown .rs__control,.errorDropdown .rs__control{display:flex;height:40px;padding:0 10px;justify-content:space-between;align-items:center;border-radius:10px;border:1px solid #959595;background-color:#fdfdfd;font-size:.75rem;box-shadow:none}.inputDropdown .rs__control:hover,.errorDropdown .rs__control:hover{border-color:#9b63a6}.inputDropdown .rs__control--is-focused,.errorDropdown .rs__control--is-focused{border-color:#9b63a6;box-shadow:0 0 0 1px #9b63a6}.inputDropdown .rs__control--is-focused .rs__dropdown-indicator svg,.errorDropdown .rs__control--is-focused .rs__dropdown-indicator svg{fill:#212121}.inputDropdown .rs__placeholder,.errorDropdown .rs__placeholder{color:#959595}.inputDropdown .rs__single-value,.errorDropdown .rs__single-value{color:#212121}.inputDropdown .rs__menu,.errorDropdown .rs__menu{border-radius:10px;background:#fdfdfd;box-shadow:0 4px 12px #0000001a}.inputDropdown .rs__option,.errorDropdown .rs__option{padding:8px 12px;font-size:.75rem;color:#212121;cursor:pointer}.inputDropdown .rs__option--is-focused,.errorDropdown .rs__option--is-focused{background:none}.inputDropdown .rs__option--is-selected,.errorDropdown .rs__option--is-selected{background:#9b63a6;color:#fff}.inputDropdown .rs__indicator-separator,.errorDropdown .rs__indicator-separator{display:none}.inputDropdown .rs__dropdown-indicator svg,.errorDropdown .rs__dropdown-indicator svg{fill:#959595;transition:transform .2s ease}.inputDropdown .rs__menu-notice,.errorDropdown .rs__menu-notice{color:#959595}.inputDropdown .rs__control--is-disabled,.errorDropdown .rs__control--is-disabled{background:#959595;border:none;cursor:not-allowed;opacity:.7}.inputDropdown .rs__single-value,.errorDropdown .rs__single-value,.inputDropdown .rs__placeholder,.errorDropdown .rs__placeholder{color:#212121}.errorDropdown .rs__dropdown-indicator svg{fill:#ed3636}.errorDropdown .rs__control{border-color:#ed3636}.errorDropdown .rs__control:hover{border-color:1px solid #9b63a6}.errorDropdown .rs__placeholder{color:#ed3636}.labelDropdownFilter{font-size:.75rem;font-style:normal;font-weight:600;line-height:17px;letter-spacing:.192px}.inputDropdownFilter,.errorDropdownFilter{width:100%}.inputDropdownFilter .rs__control,.errorDropdownFilter .rs__control{display:flex;height:40px;padding:0 10px;justify-content:space-between;align-items:center;border-radius:10px;border:1px solid #959595;background-color:#fdfdfd;font-size:.75rem;box-shadow:none}.inputDropdownFilter .rs__control:hover,.errorDropdownFilter .rs__control:hover{border-color:#9b63a6}.inputDropdownFilter .rs__control--is-focused,.errorDropdownFilter .rs__control--is-focused{border-color:#9b63a6;box-shadow:0 0 0 1px #9b63a6}.inputDropdownFilter .rs__control--is-focused .rs__dropdown-indicator svg,.errorDropdownFilter .rs__control--is-focused .rs__dropdown-indicator svg{fill:#212121}.inputDropdownFilter .rs__placeholder,.errorDropdownFilter .rs__placeholder{color:#959595}.inputDropdownFilter .rs__single-value,.errorDropdownFilter .rs__single-value{color:#212121}.inputDropdownFilter .rs__menu,.errorDropdownFilter .rs__menu{border-radius:10px;background:#fdfdfd;box-shadow:0 4px 12px #0000001a}.inputDropdownFilter .rs__option,.errorDropdownFilter .rs__option{padding:8px 12px;font-size:.75rem;color:#212121;cursor:pointer}.inputDropdownFilter .rs__option--is-focused,.errorDropdownFilter .rs__option--is-focused{background:none}.inputDropdownFilter .rs__option--is-selected,.errorDropdownFilter .rs__option--is-selected{background:#9b63a6;color:#fff}.inputDropdownFilter .rs__indicator-separator,.errorDropdownFilter .rs__indicator-separator{display:none}.inputDropdownFilter .rs__dropdown-indicator svg,.errorDropdownFilter .rs__dropdown-indicator svg{fill:#959595;transition:transform .2s ease}.inputDropdownFilter .rs__menu-notice,.errorDropdownFilter .rs__menu-notice{color:#959595}.inputDropdownFilter .rs__control--is-disabled,.errorDropdownFilter .rs__control--is-disabled{background:#959595;border:none;cursor:not-allowed;opacity:.7}.inputDropdownFilter .rs__single-value,.errorDropdownFilter .rs__single-value,.inputDropdownFilter .rs__placeholder,.errorDropdownFilter .rs__placeholder{color:#212121}.errorDropdownFilter .rs__dropdown-indicator svg{fill:#ed3636}.errorDropdownFilter .rs__control{border-color:#ed3636}.errorDropdownFilter .rs__control:hover{border-color:1px solid #9b63a6}.errorDropdownFilter .rs__placeholder{color:#ed3636}.checkboxWrapper{display:flex;flex-direction:column;gap:4px}.checkboxWrapper .checkboxLabel{display:flex;align-items:center;gap:8px;font-size:.75rem;color:#212121;cursor:pointer;position:relative}.checkboxWrapper .checkboxLabel.disabled{opacity:.6;cursor:not-allowed}.checkboxWrapper .checkboxLabel input{position:absolute;opacity:0;cursor:pointer}.checkboxWrapper .checkboxLabel input:checked~.checkmark{border-color:#1b9229}.checkboxWrapper .checkboxLabel input:checked~.checkmark:after{display:block}.checkboxWrapper .checkboxLabel input:disabled~.checkmark{cursor:not-allowed}.checkboxWrapper .checkboxLabel .checkmark{display:flex;width:25px;height:25px;border-radius:5px;border:2px solid #5e3bee;background:#fdfdfd;position:relative;transition:all .2s ease}.checkboxWrapper .checkboxLabel .checkmark:after{content:"";position:absolute;left:6.5px;top:3px;width:5px;height:10px;border:solid #5e3bee;border-width:0 2px 2px 0;transform:rotate(45deg);display:none}.checkboxWrapper .checkboxError~.checkmark{border-color:#ed3636}.checkboxWrapper .errorMsg{font-size:.75rem;color:#ed3636}.errorApi{display:flex;width:100%;margin-bottom:20px}.errorMsg{margin-left:2px;min-width:200px;color:#ed3636;font-size:.75rem;font-style:normal;line-height:17px;letter-spacing:.192px}.errorContainer{width:90%;margin-bottom:20px}.errorLink a{font-size:.75rem;color:#9b63a6;font-style:normal;font-weight:600;line-height:17px;letter-spacing:.192px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:auto;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.table-container{width:100%;overflow-x:auto}.dynamic-table{width:90%;margin-left:30px;margin-bottom:30px;border-collapse:collapse;font-size:.75rem;background-color:#fdfdfd;box-shadow:0 2px 4px #0000000d}.dynamic-table thead{background-color:#212121}.dynamic-table thead th{color:#fdfdfd;padding:12px;text-align:left;font-weight:600}.dynamic-table thead th:first-child{border-top-left-radius:8px}.dynamic-table thead th:last-child{border-top-right-radius:8px}.dynamic-table tbody tr{border-bottom:1px solid #959595}.dynamic-table tbody td{padding:12px;color:#212121}.dynamic-table tbody td a{color:#d28202;text-decoration:none;font-weight:500}.dynamic-table tbody td a:hover{text-decoration:underline}.popup-overlay{background:#fdfdfd33;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);position:fixed;inset:0;z-index:50;animation:overlayShow .3s ease-in-out}.popup-container{background:#fdfdfd;border-radius:20px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:51;width:var(--dinamic-width);max-width:100%;max-height:var(--dinamic-height);display:flex;flex-direction:column;padding:20px;box-shadow:0 8px 16px #0003;animation:contentShow .3s ease-in-out}@media(min-width:0)and (max-width:575.98px){.popup-container{padding-left:2px;padding-right:2px}}.popup-container:focus{outline:none}.popup-header{display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.popup-header h2{font-size:22px;margin:0;font-weight:600}.popup-header .popup-close{background:none;border:none;outline:none;font-size:22px;cursor:pointer;transition:color .2s ease}@media(min-width:0)and (max-width:575.98px){.popup-header .popup-close{position:relative;right:20px}}.popup-header .popup-close .iconClose{width:22px}.popup-header .popup-close:hover{color:#212121}.popup-body{margin-top:20px;flex-grow:1;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#959595 transparent}.popup-body::-webkit-scrollbar{width:2px}.popup-body::-webkit-scrollbar-thumb{background:#959595;border-radius:2px}.popup-body::-webkit-scrollbar-track{background:transparent}@keyframes overlayShow{0%{opacity:0}to{opacity:1}}@keyframes contentShow{0%{opacity:0;transform:translate(-50%,-48%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.dateInputsPopup{display:flex;gap:200px}.textInputPopup{display:flex;width:100%;justify-content:space-between;gap:70px}.buttonsPopup{display:flex;padding-top:50px;padding-left:20px;padding-right:20px;justify-content:space-between}.home-container .home-section .home-button-next,.home-container .home-section .home-section-img-text .home-img,.home-container .home-section .home-section-img-text .home-text{transition:all .9s cubic-bezier(.25,.46,.45,.94)}.home-container{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#f5fcff}.home-container .home-section{display:flex;flex-direction:column}.home-container .home-section .home-section-img-text{display:flex;justify-content:center;align-items:center}@media(min-width:0)and (max-width:767.98px){.home-container .home-section .home-section-img-text{height:100dvh;flex-direction:column}}.home-container .home-section .home-section-img-text .home-text{display:flex;padding:133px 85px;flex-direction:column;align-items:flex-start;justify-content:center;gap:24px;width:50%;height:var(--dinamic-height);will-change:height;min-height:0;overflow:hidden}@media(min-width:0)and (max-width:767.98px){.home-container .home-section .home-section-img-text .home-text{width:100%;height:60%;gap:10px;padding:30px}}.home-container .home-section .home-section-img-text .home-text h4{font-size:24px}@media(min-width:0)and (max-width:575.98px){.home-container .home-section .home-section-img-text .home-text h4{font-size:12px}}@media(min-width:421px)and (max-width:574.98px){.home-container .home-section .home-section-img-text .home-text h4{font-size:20px}}.home-container .home-section .home-section-img-text .home-text h2{font-size:40px}@media(min-width:0)and (max-width:575.98px){.home-container .home-section .home-section-img-text .home-text h2{font-size:20px}}@media(min-width:421px)and (max-width:574.98px){.home-container .home-section .home-section-img-text .home-text h2{font-size:30px}}.home-container .home-section .home-section-img-text .home-text h2 span{color:#5e3bee}.home-container .home-section .home-section-img-text .home-text p{font-size:17px;font-family:Roboto;font-style:normal;line-height:150%}@media(min-width:0)and (max-width:575.98px){.home-container .home-section .home-section-img-text .home-text p{font-size:13px;position:relative;bottom:-8px}}@media(min-width:421px)and (max-width:574.98px){.home-container .home-section .home-section-img-text .home-text p{font-size:15px}}.home-container .home-section .home-section-img-text .home-text .home-button{width:100%;height:45px;display:flex;align-items:center}.home-container .home-section .home-section-img-text .home-text .home-button button{display:flex;outline:none;border:none;cursor:pointer;justify-content:center;align-self:center;padding:18px 42px;border-radius:5.333px;color:#fdfdfd;background-color:#5e3bee;transition:all 2s ease}@media(min-width:0)and (max-width:575.98px){.home-container .home-section .home-section-img-text .home-text .home-button button{padding:15px 20px}}@media(min-width:421px)and (max-width:574.98px){.home-container .home-section .home-section-img-text .home-text .home-button button{padding:20px 25px;font-size:15px}}.home-container .home-section .home-section-img-text .home-text .home-button button:hover{background-color:#fdfdfd;color:#212121;box-shadow:0 4px 15px #0000004d}.home-container .home-section .home-section-img-text .home-img{display:flex;justify-content:center;align-items:center;width:50%;height:var(--dinamic-height);will-change:height}@media(min-width:0)and (max-width:575.98px){.home-container .home-section .home-section-img-text .home-img{width:80%;height:30%}}@media(min-width:421px)and (max-width:574.98px){.home-container .home-section .home-section-img-text .home-img{width:90%;height:40%}}.home-container .home-section .home-section-img-text .home-img .img-content{display:flex;justify-content:center;align-items:center;width:80%;height:60%;border-radius:50px;background-color:#cae0eb}@media(min-width:0)and (max-width:575.98px){.home-container .home-section .home-section-img-text .home-img .img-content{width:100%;height:100%}}.home-container .home-section .home-section-img-text .home-img .img-content img{width:90%;height:90%;object-fit:contain;object-position:center}.home-container .home-section .home-button-next{display:flex;justify-content:center;width:100%;height:var(--dinamic-height-button-next);will-change:height;overflow:hidden}@media(min-width:0)and (max-width:575.98px){.home-container .home-section .home-button-next{position:relative;top:-30px}}.home-container .home-section .home-button-next .visible,.home-container .home-section .home-button-next button:hover,.home-container .home-section .home-button-next .no-visible{display:flex;justify-content:center;align-items:flex-end;cursor:pointer;width:50px;height:50px;padding-bottom:15px;aspect-ratio:1/1;border-radius:50%;border:none;outline:none;font-size:30px;background-color:#00d4ff80;transition:opacity .5s ease-in-out,transform .5s ease-in-out;opacity:1;transform:translateY(0);overflow:hidden}@media(min-width:0)and (max-width:575.98px){.home-container .home-section .home-button-next .visible,.home-container .home-section .home-button-next button:hover,.home-container .home-section .home-button-next .no-visible{width:40px;height:40px}}.home-container .home-section .home-button-next .visible img,.home-container .home-section .home-button-next button:hover img,.home-container .home-section .home-button-next .no-visible img{width:35%;height:35%}.home-container .home-section .home-button-next .no-visible{transform:translateY(20px);opacity:0;cursor:none}.bodyMenu{display:flex;flex-wrap:wrap;margin-top:30px;margin-bottom:30px}.bodyMenu .btnBodyMenu,.bodyMenu .btnBodyMenuActive{cursor:pointer;min-width:300px;max-width:300px;height:40px;padding:10px;border:none;border-bottom:1px solid #212121;background-color:#fdfdfd}.bodyMenu .btnBodyMenuActive{border-bottom:2px solid #9b63a6}.loader{position:absolute;top:var(--dinamic-top);left:var(--dinamic-left);transform:translate(-50%,-50%);display:flex;background:none;align-items:center;justify-content:center;width:100%;height:100%;border-top:none;padding-left:2px;margin-top:-1px;padding-bottom:5px;padding-right:10px}.spinner{width:30px;height:30px;border-radius:50%;border:3px solid #e6eef2;border-top-color:#00d4ff;animation:spin .75s linear infinite;box-sizing:border-box}.spinner--sm{--spinner-size: 24px;--spinner-thickness: 3px}.spinner--lg{--spinner-size: 56px;--spinner-thickness: 5px}@media(prefers-reduced-motion:reduce){.spinner{animation-duration:1.5s}}@keyframes spin{to{transform:rotate(360deg)}}.loader-container-chatbot{display:flex;position:fixed;bottom:20px;right:5px;width:350px;height:530px;outline:none;border:none;box-shadow:none;z-index:1002;flex-direction:column;opacity:.9;overflow:hidden;border-radius:40px;background:linear-gradient(to right,#181085,#4a40d2);animation:slideUpChat .5s cubic-bezier(.16,1,.3,1);padding-right:10px}.showError{display:flex;background-color:#ed363633;width:67%;height:90px;padding:10px 30px;align-items:center;gap:10px;border-radius:5px;animation:fadeInScale .3s ease-out forwards}.showError.hide{animation:fadeOutScale .3s ease-in forwards}.showError img{width:40px;height:40px}.showError .showErrorContainer{padding:10px 20px;display:flex;height:100%;flex-direction:column;gap:5px}.showError .showErrorContainer .titleShowError{color:#212121;font-size:12px;font-style:normal;font-weight:600;margin-left:-59px;line-height:17px;letter-spacing:.192px}.showError .showErrorContainer .messageErrorConteiner{display:flex;margin-top:-30px;gap:5px}.showError .showErrorContainer .messageErrorConteiner .messageShowError{font-size:12px;font-style:normal;font-weight:400;line-height:17px;letter-spacing:.192px}.showError .showErrorContainer .messageErrorConteiner a{font-size:.75rem;color:#9b63a6;font-style:normal;font-weight:600;line-height:17px;letter-spacing:.192px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:auto;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes fadeOutScale{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}.showSuccess{display:flex;background-color:#1b922933;width:67%;height:90px;padding:10px 30px;align-items:center;gap:10px;border-radius:5px;animation:fadeInScale .3s ease-out forwards}.showSuccess.hide{animation:fadeOutScale .3s ease-in forwards}.showSuccess img{width:40px;height:40px}.showSuccess .showSuccessContainer{padding:10px 20px;display:flex;height:100%;flex-direction:column;gap:5px}.showSuccess .showSuccessContainer .titleShowSuccess{color:#212121;font-size:12px;font-style:normal;font-weight:600;line-height:17px;letter-spacing:.192px}.showSuccess .showSuccessContainer .messageShowSuccess{font-size:12px;font-style:normal;font-weight:400;line-height:17px;letter-spacing:.192px}.iconInput{width:22px;height:22px;margin-right:9px}.changeLangContainer{position:absolute;bottom:20px;right:20px}.changeLangContainer button{width:5rem;height:3.125rem;padding:8px 16px;cursor:pointer;background:#fff;box-shadow:0 10px 25px #0000001a;border:none;border-radius:4px;text-transform:uppercase;font-weight:700}.full-screen-section{width:100%;height:100dvh;scroll-snap-align:start;display:flex;justify-content:center;align-items:center;overflow:hidden;padding-bottom:env(safe-area-inset-bottom)}.full-screen-section .animatable-content{display:flex;width:100%;align-content:center;justify-content:center;opacity:0;transform:translateY(50px);transition:all .8s ease-out}.animatable-content.visible{opacity:1;transform:var(--dinamic-transform)}.no-scroll{overflow:hidden;height:100dvh}.chatbot-container{display:flex;position:fixed;bottom:-20px;right:5px;width:390px;height:630px;outline:none;border:none;box-shadow:none;z-index:1002;flex-direction:column;overflow:hidden;background:transparent;animation:slideUpChat .5s cubic-bezier(.16,1,.3,1);padding-right:10px}@media(min-width:0)and (max-width:575.98px){.chatbot-container{right:-20px}}.chatbot-container .iframe{width:100% x;height:100%;display:flex;flex-direction:column;border:0;outline:none;box-shadow:none}.close-chat-btn{position:absolute;top:40px;right:60px;z-index:10;background:transparent;border:none;font-size:1.2rem;cursor:pointer}@keyframes slideUpChat{0%{transform:translateY(120%);opacity:0}to{transform:translateY(0);opacity:1}}.logo{width:100%;height:100%;object-fit:cover;object-position:center}.carouselContainer{position:relative;width:100%;height:100%;overflow:hidden;padding:0 60px}@media(min-width:0)and (max-width:575.98px){.carouselContainer{padding:0;height:75%}}.carouselContainer .slideTrack{width:100%;height:100%;display:flex;justify-content:space-around;align-items:center;gap:30px;transition:transform 1.2s cubic-bezier(.25,1,.5,1)}.carouselContainer .slideTrack .button-action{display:flex;justify-content:center;align-items:center;color:#fdfdfd;font-size:30px;width:30px;height:30%;border-radius:50px;padding:20px;cursor:pointer;background:none;border:none;outline:none;transition:all .9s ease}.carouselContainer .slideTrack .button-action:hover{color:#f5fcff;background-color:#00d4ff80;box-shadow:0 10px 40px #0003;transform:translateY(-15px) scale(1.1);transition:all 2s ease}.carouselContainer .activeSlide{width:100%;height:100%;animation:fadeIn .6s cubic-bezier(.22,1,.36,1)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.dotsContainer{position:absolute;bottom:-.05rem;left:50%;transform:translate(-50%);display:flex;gap:1rem;z-index:50}@media(min-width:0)and (max-width:575.98px){.dotsContainer{gap:10px}}@media(min-width:992px)and (max-height:850px){.dotsContainer{bottom:0}}.dotsContainer .dot{width:12px;height:12px;background-color:silver;border-radius:50%;cursor:pointer;transition:all .4s ease}@media(min-width:0)and (max-width:575.98px){.dotsContainer .dot{width:9px;height:9px}}.dotsContainer .dot:hover{background-color:#959595}.dotsContainer .dot.activeDot{background-color:#00d4ff;width:32px;border-radius:8px;box-shadow:0 0 12px #00d4ff99}.mountainContainer{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;max-width:800px}@media(min-width:0)and (max-width:575.98px){.mountainContainer{justify-content:flex-start;padding:80px 10px}}.mountainContainer .title-mountain{font-size:40px;color:#212121;margin-bottom:3rem;text-shadow:4px 4px 6px rgba(0,0,0,.6);font-family:Segoe UI,sans-serif;font-weight:800}.mountainContainer .mountainGrid{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-end;max-width:900px;gap:1.5rem}.mountainContainer .mountainGrid .techItemWrapper{position:relative;width:90px;height:90px;z-index:1}@media(min-width:0)and (max-width:575.98px){.mountainContainer .mountainGrid .techItemWrapper{width:45px;height:45px}}.mountainContainer .mountainGrid .techItemWrapper:hover{z-index:100}.mountainContainer .mountainGrid .techItemWrapper:hover .techItem{transform:translateY(-15px) scale(1.1);background-color:transparent;border-color:var(--glow-color);box-shadow:0 0 20px var(--glow-color),inset 0 0 10px #ffffff1a}.mountainContainer .mountainGrid .techItemWrapper:hover .techItem .initial{color:#fdfdfd;text-shadow:0 0 10px var(--glow-color)}.mountainContainer .mountainGrid .techItemWrapper:hover .techItem .label{opacity:1;top:-50px;transform:translate(-50%) scale(1)}.mountainContainer .mountainGrid .techItem{width:100%;height:100%;background-color:#fdfdfd;border:1px solid var(--glow-color);aspect-ratio:1/1;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .3s cubic-bezier(.34,1.56,.64,1)}@media(min-width:0)and (max-width:575.98px){.mountainContainer .mountainGrid .techItem{border:.5px solid var(--glow-color)}}.mountainContainer .mountainGrid .techItem .initial{font-size:2rem;font-weight:700;box-shadow:0 5.333px 80px #0000001a;color:#959595;transition:color .3s}.mountainContainer .mountainGrid .techItem .label{position:absolute;top:-10px;left:50%;transform:translate(-50%) scale(.8);background-color:#fdfdfd;color:#212121;padding:8px 16px;border-radius:6px;font-size:13.6px;font-weight:700;opacity:0;pointer-events:none;transition:all .3s ease;white-space:nowrap;z-index:20;box-shadow:0 4px 15px #0000004d}@media(min-width:0)and (max-width:575.98px){.mountainContainer .mountainGrid .techItem .label{font-size:10px;padding:8px 13px}}.mountainContainer .mountainGrid .techItem .label:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#fdfdfd transparent transparent transparent}.wrapper-interactive-cards{height:100%;min-height:500px;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}.heading-interactive-cards{color:#212121;font-size:30px;text-shadow:4px 4px 6px rgba(94,59,238,.6);margin-bottom:48px}.instruction{max-width:800px;text-align:center;margin-top:64px;color:#959595;font-size:14px;letter-spacing:1px;text-transform:uppercase}@media(min-width:0)and (max-width:575.98px){.instruction{width:75%;font-size:10px;position:relative;top:-20px}}.cardsContainer-interactive-cards{position:relative;width:600px;height:200px;display:flex;justify-content:center;align-items:center;perspective:1000px}.cardsContainer-interactive-cards .card-interactive{position:absolute;width:220px;height:140px;border-radius:20px;display:flex;justify-content:center;align-items:center;font-size:28px;font-weight:700;color:#fdfdfd;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 30px #00000080;border:2px solid transparent;cursor:pointer;transition:all 1s cubic-bezier(.25,.9,.25,1)}@media(min-width:0)and (max-width:575.98px){.cardsContainer-interactive-cards .card-interactive{width:180px;height:120px}}.cardsContainer-interactive-cards .card-interactive.colors-content{color:var(--color-content);border-color:rgb(var(--color-content),.5)}.cardsContainer-interactive-cards .position-center{z-index:10;transform:translate(0) scale(1.1) rotateY(0);opacity:1}.cardsContainer-interactive-cards .position-center.colors-content{box-shadow:0 0 30px rgba(var(--color-content),.4);background-color:var(--color-content)}.cardsContainer-interactive-cards .position-left{z-index:5;transform:translate(-180px) scale(.8) rotateY(25deg);opacity:.6;filter:grayscale(40%)}@media(min-width:0)and (max-width:575.98px){.cardsContainer-interactive-cards .position-left{transform:translate(-110px) scale(.8) rotateY(25deg)}}.cardsContainer-interactive-cards .position-left:hover{opacity:.8}.cardsContainer-interactive-cards .position-right{z-index:5;transform:translate(180px) scale(.8) rotateY(-25deg);opacity:.6;filter:grayscale(40%)}@media(min-width:0)and (max-width:575.98px){.cardsContainer-interactive-cards .position-right{transform:translate(110px) scale(.8) rotateY(-25deg)}}.cardsContainer-interactive-cards .position-right:hover{opacity:.8}.expertise-skills{display:flex;justify-content:center;gap:42px;align-items:center;width:100%;height:100%;flex-wrap:wrap}.expertise-skills .card-expertise{display:flex;width:320px;height:55%;cursor:pointer;padding:32px;flex-direction:column;align-items:flex-start;gap:10px;flex:1 0 0;background-color:1.333px solid var(--Primary, #9b63a6);border-radius:15px;border:1px solid #5e3bee;box-shadow:0 5.333px 80px #0000001a}@media(min-width:992px)and (max-height:850px){.expertise-skills .card-expertise{width:350px}}.expertise-skills .card-expertise:hover{border-bottom:4px solid #5e3bee;transform:translateY(-15px) scale(1.1);transition:all 2s ease}.expertise-skills .card-expertise .icon-expertise-skills{margin-left:-5px}.expertise-skills .card-expertise h2{color:#212121;font-family:Roboto;font-size:25px;font-style:normal;font-weight:700;line-height:140%}.expertise-skills .card-expertise p{font-family:Roboto;color:#212121;font-size:13.5px;font-style:normal;font-weight:400;line-height:150%}.mountain-skills{display:flex;justify-content:center;align-items:center;width:100%;height:100%}@keyframes zoomIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.popup-skills-card{display:flex;flex-direction:column;gap:30px;padding:5px 20px}@media(min-width:0)and (max-width:575.98px){.popup-skills-card{gap:15px}}.popup-skills-card h2{font-size:25px}.expertise-mobile{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;height:100%;position:relative;bottom:-20px;gap:5px;padding-bottom:50px;padding-left:3px;padding-right:3px}.expertise-mobile .expertise-row{display:flex;justify-content:center;width:100%;height:55%;gap:5px}.expertise-mobile .expertise-last{display:flex;justify-content:center;position:relative;top:-20px;width:100%;height:55%}.expertise-mobile .e-card{display:flex;flex-direction:column;gap:10px;border:1px solid #5e3bee;background-color:#fdfdfd;border-radius:15px;box-shadow:0 4px 15px #0000004d;width:48%;height:95%;padding:10px}.expertise-mobile .e-card h4{font-size:13px}.expertise-mobile .e-card p{font-size:12px}@media(min-width:0)and (max-width:575.98px){.titles-popup{font-size:18px;padding-bottom:10px}}.list-container{display:flex;flex-direction:column;width:100%;height:130px;padding:20px;border-radius:20px;box-shadow:0 4px 12px #00000026}@media(min-width:0)and (max-width:575.98px){.list-container{height:90px}}.list-container h3{font-family:Inter,system-ui,sans-serif;font-size:17px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;margin-bottom:4px;color:#f5fcff}@media(min-width:0)and (max-width:575.98px){.list-container h3{font-size:10px}}.list-container p{font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:400;margin-top:0;color:#ffffffd9}@media(min-width:0)and (max-width:575.98px){.list-container p{font-size:10px}}.list-container .lines-container{width:100%;height:2px;background-color:#fdfdfd;border-radius:50px}.uadeo{background-color:#7d0d30}.uas{background-color:#0d253f}.coderhouse{background-color:#e6b800}.coderhouse h3{color:#1a1a1a}.coderhouse p{color:#000000bf}.freecodecamp{background-color:#03031e}.content-laboral{display:flex;justify-content:space-between;align-content:flex-start}.content-laboral .logo-university{display:flex;justify-content:center;align-items:center;width:60px;height:60px;aspect-ratio:1/1;border-radius:50%;background-color:#fdfdfd;box-shadow:0 4px 12px #00000026}@media(min-width:0)and (max-width:575.98px){.content-laboral .logo-university{width:35px;height:35px}}.content-laboral .logo-university img{width:80%;height:80%;object-fit:cover;object-position:center}.content-laboral .logo-university .logo-coder{object-fit:contain}.experience-cards,.experience-cards-extend{display:flex;flex-direction:column;width:100%;max-height:100px;min-height:100px;padding:20px;border-radius:20px;transition:max-height 1s ease-in-out;overflow:hidden;cursor:pointer;box-shadow:0 4px 12px #00000026}@media(min-width:0)and (max-width:575.98px){.experience-cards,.experience-cards-extend{min-height:85px;max-height:85px}}.experience-cards .title-container,.experience-cards-extend .title-container{display:flex;justify-content:space-between;gap:10px}.experience-cards .title-container h3,.experience-cards-extend .title-container h3{font-size:17px;font-family:Inter,system-ui,sans-serif;font-size:1.1rem;font-weight:650;letter-spacing:.5px}@media(min-width:0)and (max-width:575.98px){.experience-cards .title-container h3,.experience-cards-extend .title-container h3{font-size:13px}}.experience-cards .title-container h4,.experience-cards-extend .title-container h4{font-size:15px;font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:500;margin-top:6px;color:#000000bf}@media(min-width:0)and (max-width:575.98px){.experience-cards .title-container h4,.experience-cards-extend .title-container h4{font-size:10px;line-height:15px}}.experience-cards .title-container .icon-button,.experience-cards-extend .title-container .icon-button{color:#fdfdfd;font-size:40px}.experience-cards .text-hidden,.experience-cards-extend .text-hidden{display:none}.experience-cards .text-dinamic,.experience-cards-extend .text-dinamic{display:flex;flex-direction:column;height:100%;transition:opacity .5s ease-in-out .3s}.experience-cards .text-dinamic ul,.experience-cards-extend .text-dinamic ul{display:flex;flex-direction:column;gap:10px;margin-top:2px;padding:20px}@media(min-width:0)and (max-width:575.98px){.experience-cards .text-dinamic ul,.experience-cards-extend .text-dinamic ul{padding-top:5px}}.experience-cards .text-dinamic ul li,.experience-cards-extend .text-dinamic ul li{list-style:disc;font-family:Roboto,sans-serif}@media(min-width:0)and (max-width:575.98px){.experience-cards .text-dinamic ul li,.experience-cards-extend .text-dinamic ul li{font-size:10px}}.experience-cards-extend{max-height:900px}.experience-cards:nth-child(2n),.experience-cards-extend:nth-child(2n){background-color:#cae0eb}.experience-cards:nth-child(odd),.experience-cards-extend:nth-child(odd){background-color:#9b63a6}.experience-cards:nth-child(odd) .title-container h3,.experience-cards-extend:nth-child(odd) .title-container h3{color:#f5fcff}.experience-cards:nth-child(odd) .title-container h4,.experience-cards-extend:nth-child(odd) .title-container h4{color:#fffc}.experience-cards:nth-child(odd) .text-dinamic ul li,.experience-cards-extend:nth-child(odd) .text-dinamic ul li{color:#f5fcff}.cert-container{width:100%;display:flex;flex-wrap:wrap;align-content:center;justify-content:center;align-items:center;gap:20px}.cert-container .cert-card{display:flex;gap:30px;flex-direction:column;justify-content:center;align-items:center;transition:all 2s ease;text-align:center;line-height:50px;text-decoration:none;box-sizing:border-box;padding:30px;border-radius:10px;width:45%;height:270px;background-color:1.333px solid var(--Primary, #9b63a6);border:1px solid #5e3bee;box-shadow:0 5.333px 80px #0000001a;cursor:pointer}.cert-container .cert-card:hover{background-color:#5e3bee;transform:scale(.98)}.cert-container .cert-card:hover h3{color:#fdfdfd}.cert-container .cert-card img{width:40%;object-fit:cover;object-position:center}.about-me-container{display:flex;justify-content:center;align-items:center;width:100%;height:100dvh}.about-me-container .about-me-img{display:flex;justify-content:center;align-items:center;width:50%;height:100%}.about-me-container .about-me-img img{width:80%;height:80%}.about-me-container .about-me-text{display:flex;flex-direction:column;justify-content:center;gap:15px;width:50%;height:100%;padding:200px 40px 10px 15px;font-family:Roboto;font-style:normal;line-height:150%}.about-me-container .about-me-text .text h4{font-size:15px}.about-me-container .about-me-text .text h2{font-size:30px}.about-me-container .about-me-text .about-me-text-large{display:flex;flex-direction:column;gap:7px;font-size:16.5px;font-family:Roboto;font-style:normal;line-height:150%}.about-me-container .about-me-text .about-me-text-large p{font-size:16.5px;font-family:Roboto;font-style:normal;line-height:150%}@media(min-width:992px)and (max-width:991.98px){.about-me-container .about-me-text .about-me-text-large p{font-size:14.5px}}.about-me-container .about-me-text .about-me-text-large p span{font-weight:800;color:#666}.about-me-container .about-me-text .about-me-text-large .slogan{font-weight:800}.header-section-component{display:flex;flex-direction:column;align-content:center;justify-content:flex-start;align-items:center;width:100%;height:700px}.header-section-component .header-component{display:flex;flex-direction:column;align-items:var(--dinamic-align);width:100%;padding:50px 50px 0}@media(min-width:0)and (max-width:575.98px){.header-section-component .header-component{padding:0 10px}}.header-section-component .header-component p{font-family:Roboto;font-size:21px;font-style:normal;font-weight:600;line-height:150%}@media(min-width:992px){.header-section-component .header-component p{font-size:18px}}@media(min-width:0)and (max-width:575.98px){.header-section-component .header-component p{font-size:14px}}.header-section-component .header-component h2{font-family:Roboto;font-size:30px;font-style:normal;font-weight:700;line-height:120%;margin-top:-30px;animation:zoomIn 1s ease-in-out}@media(min-width:992px){.header-section-component .header-component h2{font-size:40px}}@media(min-width:0)and (max-width:575.98px){.header-section-component .header-component h2{font-size:22px}}.card-project .card-project-img,.card-project{border-radius:20px 20px 8px 8px}.card-container{display:flex;justify-content:space-around;align-items:center;gap:30px;width:100%;height:100%}.card-project{width:30%;height:80%;background-color:#f5fcff;box-shadow:0 10px 40px #0003;margin-bottom:30px;cursor:pointer}@media(min-width:992px)and (max-width:991.98px){.card-project{width:33%}}.card-project:hover{transform:translateY(-15px) scale(1.1);transition:all 2s ease}.card-project .card-project-img{display:flex;justify-content:center;align-items:center;width:100%;height:70%;background-color:var(--dinamic-color)}.card-project .card-project-img .img-wrapper{position:relative;width:70%;height:50%;display:flex;justify-content:center;align-items:center;border-radius:20px}.card-project .card-project-img .img-wrapper img{width:100%;height:100%;object-fit:contain;position:relative;z-index:2}.card-project .card-project-img .img-wrapper:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:28%;height:15px;background-color:#00000026;border-radius:50%;aspect-ratio:1/1;filter:blur(2px);z-index:1}.card-project .card-project-text{display:flex;flex-direction:column;justify-content:center;gap:10px;width:100%;height:30%;padding-top:35px;padding-left:20px;padding-right:20px}.card-project .card-project-text h3{font-size:17px}.card-project .card-project-text p{font-family:Roboto;font-style:normal;line-height:150%;font-size:14.5px}.references .references-container .references-card .reference-contact .contact-txt p,.references .references-container .references-card p{font-family:Roboto;font-style:normal;line-height:150%;font-size:18px}.references{background-color:#f5fcff}.references .references-container{display:flex;justify-content:space-around;align-items:center;width:100%;height:100%;padding-left:20px;padding-right:20px}.references .references-container .references-card{display:flex;flex-direction:column;justify-content:center;align-items:center;width:45%;height:80%;padding:20px;gap:40px;border:1.5px solid #006b6a;border-radius:10px;box-shadow:0 10px 40px #0003;cursor:pointer}.references .references-container .references-card:hover{transform:translateY(-15px) scale(1.1);transition:all 2s ease}@media(min-width:992px)and (max-width:991.98px){.references .references-container .references-card p{font-size:16px}}.references .references-container .references-card .reference-contact{display:flex;width:100%;height:75px;gap:30px;justify-content:flex-start;align-items:center}.references .references-container .references-card .reference-contact .contact-img{height:100%}.references .references-container .references-card .reference-contact .contact-img img{width:75px;height:75px;border-radius:50%;aspect-ratio:1/1;object-fit:cover;object-position:center}.references .references-container .references-card .reference-contact .contact-txt{height:100%;margin-top:20px}.references .references-container .references-card .reference-contact .contact-txt h3{font-size:20px}@keyframes popIn{0%{transform:scale(.8);opacity:.5}to{transform:scale(1);opacity:1}}.button-contact{display:flex;width:100%;justify-content:flex-start;position:relative;gap:10px;top:var(--dinamic-top);left:var(--dinamic-left)}.button-contact .picture-button{width:27px;height:27px;cursor:pointer;border:none;outline:none;background:none}.button-contact .picture-button img{width:100%;height:100%;animation:popIn .9s ease-out}.button-contact .picture-button:hover{transform:translateY(-1.5px) scale(1.1);transition:all 2s ease}.contact-me-form-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%}.contact-me-form-container .txt-container{display:flex;justify-content:center;width:60%;margin-top:10px}.contact-me-form-container .txt-container p{font-size:16.5px;text-align:center;font-style:normal;line-height:180%}@media(min-width:992px)and (max-height:850px){.contact-me-form-container .txt-container p{font-size:14.5px}}.contact-me-form-container .contact-me-form{display:flex;flex-direction:column;width:60%;height:90%;gap:5px}@media(min-width:992px)and (max-height:850px){.contact-me-form-container .contact-me-form .inputsContainers input{height:40px}.contact-me-form-container .contact-me-form .inputsContainers textarea{height:70px}.contact-me-form-container .contact-me-form .primary-button{height:50px}}.contact-me-form-container .contact-me-form .input-container{display:flex;gap:20px;width:100%}.contact-me-form-container .contact-me-form .buttons-section{width:100%;display:flex;gap:5px;flex-direction:row}.contact-me-form-container .contact-me-form .buttons-section .button-container{display:flex;flex-direction:column;align-items:flex-start;width:90%;gap:20px}.contact-me-form-container .contact-me-form .buttons-section .contact-buttons{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end;gap:10px;width:10%;height:100%}.contact-me-form-container .contact-me-form .buttons-section .contact-buttons .picture-button{width:50px;height:50px;cursor:pointer;border:none;outline:none;background:none}.contact-me-form-container .contact-me-form .buttons-section .contact-buttons .picture-button img{width:100%;height:100%;animation:popIn .9s ease-out}.contact-me-form-container .contact-me-form .buttons-section .contact-buttons .picture-button:hover{transform:translateY(-1.5px) scale(1.1);transition:all 2s ease}.mobileCarouselWrapper{width:100%;height:100dvh}.swiper{width:100%;height:80dvh;padding-bottom:30px}.swiper-slide{display:flex;justify-content:center;align-items:center}.swiper-pagination-bullet{background:silver;opacity:1}.swiper-pagination-bullet-active{background:#00d4ff}: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;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);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:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.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}:is(.swiper:not(.swiper-watch-progress),.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;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)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}:is(.swiper-horizontal>.swiper-pagination-bullets,.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}
