body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.container-navbar{align-items:center;background-color:#001c39;background-color:var(--blue-color-2);display:flex;justify-content:space-between;padding:1.5rem 12rem;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:1000}.container-logo{position:relative;width:7rem}.container-logo img{position:absolute;top:-2rem;width:100%}.container-navlinks{align-items:center;display:flex;gap:2rem;height:2rem;justify-content:center}.btn-navbar{color:#ffe3bb;color:var(--nude-color);font-size:1.2rem;position:relative;transition:all .6s ease}.btn-navbar:hover{color:var(--orange-color-3)}#menu-toggle{background:none;border:none;cursor:pointer;display:none;padding:0}.line{background-color:#fff;background-color:var(--white-color);border-radius:50%;display:block;height:2px;margin:5px 0;transition:all .3s ease-out;width:30px}.line-1{transform:rotate(45deg) translate(.6rem)}.line-2{opacity:0}.line-3{transform:rotate(-45deg) translate(.6rem)}.container-footer{background-color:#001c39;background-color:var(--blue-color-2);display:flex;flex-direction:column;gap:1.5rem;padding-top:2rem;width:100%}.footer-dividers{display:grid;grid-template-columns:repeat(4,1fr);justify-items:center;padding:0 8rem}.container-privacy,.footer-divider{display:flex;flex-direction:column;gap:1rem}.privacy-links{color:#ffe3bb;color:var(--nude-color);font-weight:500;transition:all .5s ease}.privacy-links:hover{color:var(--orange-color-3)}.footer-contact{color:#ffe3bb;color:var(--nude-color);flex-direction:column;font-size:1.1rem}.contact-text,.footer-contact{display:flex;gap:.8rem}.footer-copy-media{align-items:center;background-color:#001c39;background-color:var(--blue-color-2);display:grid;grid-template-columns:repeat(3,1fr);justify-items:center;padding:.5rem 8rem}.footer-newsletter{align-items:center;color:#ffe3bb;color:var(--nude-color);display:flex;flex-direction:column;gap:1rem;justify-content:flex-start}.input-newsletter{background-color:#ffe3bb;background-color:var(--nude-color);border:none;border-radius:.5rem;color:#001c39;color:var(--blue-color-2);font-size:1rem;font-weight:600;outline:none;padding:.7rem;width:100%}.footer-copy{color:#fff;color:var(--white-color);font-weight:500;padding:1.2rem 0;width:100%}.footer-copy,.footer-logo{display:flex;justify-content:center}.footer-logo{align-items:center;width:9rem}.footer-logo img{width:100%}.footer-social-media{align-items:center;display:flex;font-size:2rem;gap:.5rem;justify-content:flex-start}.contain-social-btn{align-items:center;background-color:var(--orange-color-3);border-radius:50%;box-shadow:0 10px 10px #0000001a;color:#001c39;color:var(--blue-color-2);cursor:pointer;display:flex;height:3rem;justify-content:center;transition:all .3s ease-out;width:3rem}.contain-social-btn:hover{background-color:#e1581c;background-color:var(--orange-color-1);color:var(--nude-color-2)}.social-btn-icon{color:var(--blue-color);font-size:1.4rem;line-height:3.2rem;transition:all .3s ease}@media screen and (max-width:700px){#menu-toggle{display:block}.container-navbar{padding:1.2rem 1rem}.container-navlinks{display:none}.container-logo{width:6rem;z-index:100}.navbar{align-items:center;background-color:#001c39;background-color:var(--blue-color-2);display:flex;flex-direction:column;height:98vh;left:-500px;padding:2rem 0;position:absolute;top:64px;transition:all .5s ease;visibility:hidden;width:70%;z-index:5}.navbar.menu-active{transform:translateX(500px);visibility:visible}.container-footer{width:100%}.footer-social-media{gap:.8rem}.container-privacy{gap:1rem;text-align:center;width:100%}.footer-dividers{display:flex;flex-direction:column;gap:3rem;padding:0 2rem}.footer-contact{align-items:center;justify-content:center}.footer-copy-media{display:flex;flex-direction:column;gap:2rem;padding:1rem 2rem;text-align:center}}:root{--orange-color-3:#fdb656}body{background-color:#ffe3bb;background-color:var(--nude-color)}.container{margin:0 auto;max-width:95rem}.btn{border:none;cursor:pointer;font-size:1rem;outline:none;position:relative}.btn1{background-color:#e1581c;background-color:var(--orange-color-1);border-radius:.8rem;color:#ffe3bb;color:var(--nude-color);font-size:1.1rem;font-weight:600;padding:.8rem 2rem;transition:all .5s ease}.btn1:hover{background-color:#c44111;background-color:var(--orange-color-2)}.home-titles{font-size:2.8rem;z-index:20}.home-titles,.home-top-titles{color:#001c39;color:var(--blue-color-2);text-align:center}.home-top-titles{font-size:5rem}.home-top-titles-white{color:#ffe3bb;color:var(--nude-color);font-size:5rem}.home-titles-white{font-size:2.8rem}.home-titles-white,.title-max{color:#ffe3bb;color:var(--nude-color);text-align:center}.title-max{font-size:5.5rem}.container-banner-home{align-items:center;background:url(/static/media/banner-home.908e25fc2f0c1e8f9da8.webp);background-position:50%;background-size:cover;display:flex;flex-direction:column;gap:2rem;justify-content:center;min-height:100vh;padding:0 12%}.container-banner-home h2{font-size:5.5rem}.container-banner-home h2,.container-banner-home p{color:#ffe3bb;color:var(--nude-color);text-align:center}.container-banner-home p{font-size:1.8rem}.container-home-caracteristics{flex-direction:column;gap:2rem;padding:5rem 2.5%}.container-home-caracteristics,.container-items{align-items:center;display:flex;justify-content:center}.container-items{flex-wrap:wrap;gap:1.5rem}.caracteristics-items{align-items:center;background-color:#fdd096;background-color:var(--nude-color-2);border-radius:.5rem;display:flex;flex-direction:column;gap:1rem .5rem;padding:1rem;transition:all .5s ease;width:17rem}.caracteristics-item-img{height:9rem;padding:.5rem;width:9rem}.caracteristics-item-img img{width:100%}.caracteristics-item-text{align-items:center;display:flex;flex-direction:column;gap:1rem;text-align:center}.caracteristics-item-text h4{color:#001c39;color:var(--blue-color-2);font-size:1.5rem;font-weight:600}.caracteristics-item-text p{color:#002443;color:var(--blue-color-1);font-weight:600}.container-why-chose{padding:5rem 10%}.contain-why-chose{align-items:center;background-color:#001c39;background-color:var(--blue-color-2);border-radius:3rem;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;padding:2rem}.why-chose-img{max-width:15rem}.why-chose-img img{width:100%}.why-chose-boxes{flex-wrap:wrap;gap:1.5rem}.why-chose-box,.why-chose-boxes{align-items:center;display:flex;justify-content:center}.why-chose-box{color:#ffe3bb;color:var(--nude-color);flex-direction:column;gap:.5rem;text-align:center;width:14rem}.why-chose-icon{background-color:#fdb656;background-color:var(--orange-color-3);border-radius:50%;color:#001c39;color:var(--blue-color-2);height:2rem;padding:.2rem;width:2rem}.why-chose-text{font-weight:600;height:4rem}.container-home-portfolio{align-items:center;display:flex;flex-direction:column;gap:3rem;justify-content:center;overflow:hidden;padding:5rem 2rem;position:relative;z-index:20}.container-home-portfolio:after{background-color:#e1581c;background-color:var(--orange-color-1);border-radius:50%;bottom:2rem;content:"";height:20rem;left:-6rem;position:absolute;width:20rem;z-index:-1}.container-home-portfolio:before{background-color:#fdb656;background-color:var(--orange-color-3);border-radius:50%;bottom:3rem;content:"";height:15rem;left:3rem;position:absolute;width:15rem;z-index:0}.contain-portfolio-items:after{background-color:#c44111;background-color:var(--orange-color-2);border-radius:50%;content:"";height:25rem;position:absolute;right:-10rem;top:2rem;width:25rem;z-index:-1}.contain-portfolio-items{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;z-index:10}.portfolio-card{background-color:#e1581c;background-color:var(--orange-color-1);border-radius:.5rem;color:#ffe3bb;color:var(--nude-color);display:flex;flex-direction:column;font-weight:600;gap:.5rem;max-width:25rem;padding:1rem;width:100%}.portfolio-card h3{font-size:1.4rem}.portfolio-card img{aspect-ratio:1/1;object-fit:cover;object-position:top;width:100%}.portfolio-card p{height:5.5rem}.btn3{background-color:#fdb656;background-color:var(--orange-color-3);color:#001c39;color:var(--blue-color-2);padding:.7rem;text-align:center;transition:all .5s ease}.btn3:hover{background-color:#ffe3bb;background-color:var(--nude-color)}.contact-form{align-items:center;display:flex;justify-content:center;padding:4rem 2%}.contain-contact-form{background-color:#ffe3bb;background-color:var(--nude-color);border:4px solid #001c39;border:4px solid var(--blue-color-2);border-radius:3rem;display:flex;flex-direction:column;gap:1rem;max-width:40rem;overflow:hidden;padding-bottom:2rem;width:100%}.contact-title{background-color:#001c39;background-color:var(--blue-color-2);color:#ffe3bb;color:var(--nude-color);font-size:3rem;padding:1.5rem 0;text-align:center;width:100%}.contain-inputs-contact{padding:0 2rem}.input-contact-form{background-color:initial;border:3px solid #001c39;border:3px solid var(--blue-color-2);border-radius:.4rem;padding:.6rem 1rem;width:100%}.input-contact{margin-top:1.8rem;position:relative;width:100%}.input-contact input{color:#001c39;color:var(--blue-color-2);outline:none}.input-contact input:focus,.input-contact input:valid{border:3px solid #001c39;border:3px solid var(--blue-color-2)}.input-contact span{color:#002443;color:var(--blue-color-1);font-size:1em;font-weight:600;left:0;letter-spacing:.05em;padding:.7rem;pointer-events:none;position:absolute;transition:.5s}.input-contact input:focus~span,.input-contact input:valid~span{color:#001c39;color:var(--blue-color-2);font-size:.75em;transform:translateY(-2rem)}.input-contact-msg{margin-top:1.8rem;position:relative;width:100%}.input-contact-msg textarea{background:#0000;border:3px solid #001c39;border:3px solid var(--blue-color-2);box-shadow:none;color:#001c39;color:var(--blue-color-2);font-size:1em;letter-spacing:.05em;outline:none;padding:1.1rem .7rem 1rem;position:relative;transition:.5s;width:100%;z-index:10}.input-contact-msg span{color:#002443;color:var(--blue-color-1);font-size:1em;font-weight:600;left:0;letter-spacing:.05em;padding:.7rem;pointer-events:none;position:absolute;transition:.5s}.input-contact-msg textarea:focus~span,.input-contact-msg textarea:valid~span{color:#001c39;color:var(--blue-color-2);font-size:.75em;transform:translateY(-2rem)}.required-fields{color:#001c39;color:var(--blue-color-2);margin:.5rem 0;text-align:center}.container-submit-button{align-items:center;display:flex;justify-content:center}.submit-button{border:2px solid var(--blue-color-4);color:var(--blue-color-4);cursor:pointer;display:inline-flex;overflow:hidden;padding:.8rem 1.5rem;position:relative;text-transform:uppercase}.submit-button span{font-weight:500;z-index:2}.submit-button:after{border-bottom:2.9rem solid var(--blue-color-3);border-right:2.9rem solid #fff;border-right:2.9rem solid var(--white-color);content:"";left:calc(-100% - 2.9rem);position:absolute;top:0;transition:all .5s ease;width:100%;z-index:0}.submit-button:hover:after{left:0}.container-presentation-about{align-items:center;display:flex;flex-direction:column;gap:2rem;justify-content:center;padding:8rem 2.5% 3rem}.aboutus-text{color:#001c39;color:var(--blue-color-2);font-size:1.3rem;font-weight:600;max-width:45rem;text-align:center}.container-mision-vision{flex-wrap:wrap;gap:5rem;padding:5rem 2rem}.container-mision-vision,.mision-vision-value{align-items:center;display:flex;justify-content:center}.mision-vision-value{background-color:#fdb656;background-color:var(--orange-color-3);border-radius:1rem;flex-direction:column;gap:1rem;padding:1rem;text-align:center;width:20rem}.mision-vision-value h3{color:#001c39;color:var(--blue-color-2);font-size:1.5rem}.mision-vision-img{width:8rem}.mision-vision-img img{width:100%}.mision-vision-text{color:#001c39;color:var(--blue-color-2);font-weight:600;height:7rem}.container-about-whoare{padding:3rem 1rem}.contain-about-whoare,.container-about-whoare{align-items:center;display:flex;justify-content:center}.contain-about-whoare{background:url(/static/media/banner-about.b3701f3f24a7a4b8091d.png);background-position:50%;background-size:cover;border-radius:3rem;color:#ffe3bb;color:var(--nude-color);flex-direction:column;gap:2rem;max-width:70rem;padding:2rem;width:100%}.contain-about-whoare p{font-size:1.3rem;font-weight:600;max-width:30rem;text-align:center}.whoare-img{background-color:#ffe3bb;background-color:var(--nude-color);border-radius:2rem;padding:1rem;width:20rem}.whoare-img img{width:100%}.container-how-work{align-items:center;background-color:#fdb656;background-color:var(--orange-color-3);display:flex;flex-direction:column;gap:2rem;justify-content:center;overflow:hidden;padding:5rem 2rem;position:relative;z-index:1}.how-work-img{width:15rem}.how-work-img img{width:100%}.container-how-work:after{height:20rem;right:-6rem;top:-5rem;width:20rem}.container-how-work:after,.container-how-work:before{background-color:#e1581c;background-color:var(--orange-color-1);border-radius:50%;content:"";position:absolute;z-index:-1}.container-how-work:before{bottom:3rem;height:15rem;left:3rem;width:15rem}.how-work-img:after{height:25rem;left:-10rem;top:2rem;width:25rem}.how-work-img:after,.how-work-img:before{background-color:#c44111;background-color:var(--orange-color-2);border-radius:50%;content:"";position:absolute;z-index:-1}.how-work-img:before{height:15rem;right:3rem;top:3rem;width:15rem}.container-policies{display:flex;flex-direction:column;gap:1.2rem;padding:5rem 8rem}.policies-spacing{padding-left:1.5rem}.container-policies p{line-height:1.7rem}.subtitle-policies{font-weight:600;gap:.2rem}.subtitle-policies span{font-weight:400}.icon-policies{font-size:.8rem;padding-right:.4rem}.container-error404{align-items:center;color:#001c39;color:var(--blue-color-2);display:flex;flex-direction:column;font-size:1.5rem;font-weight:600;gap:2rem;height:100vh;justify-content:center;padding:8rem 1rem 2rem}.required-fields-link{color:#c44111;color:var(--orange-color-2);font-weight:600;transition:all .5s ease}.container-error404-image{width:25rem}.container-error404-image img{width:100%}.required-fields-link:hover{color:#fdb656;color:var(--orange-color-3)}.container-portfolio-banner{align-items:center;background:url(/static/media/banner-home.908e25fc2f0c1e8f9da8.webp);background-position:50%;background-size:cover;display:flex;flex-direction:column;gap:3rem;justify-content:center;padding:10rem 2rem;text-align:center}.contain-portfolio-filters{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn2{background-color:#ffe3bb;background-color:var(--nude-color);border-radius:.8rem;color:#001c39;color:var(--blue-color-2);font-size:1.1rem;font-weight:600;padding:.8rem 2rem;transition:all .5s ease}.btn2:hover{background-color:#fdb656;background-color:var(--orange-color-3)}.contain-project-img{aspect-ratio:2/3;background-color:#c44111;background-color:var(--orange-color-2);border-radius:.5rem;max-width:25rem;padding:1rem;width:100%}.contain-project-img img{height:100%;object-fit:cover;object-position:top;width:100%}.container-portfolio-projects{align-items:center;display:flex;flex-wrap:wrap;gap:3rem;justify-content:center;padding:3rem 1rem}.container-portfolio-project{display:flex;flex-direction:column;gap:1rem}.project-texts{color:#001c39;color:var(--blue-color-2);display:flex;flex-direction:column;gap:.5rem;max-width:25rem;width:100%}.project-texts h4{font-size:1.4rem}.project-texts p{font-size:.9rem;font-weight:600}.form-open{align-items:center;background-color:#00000080;display:flex;height:100vh;justify-content:center;left:50%;position:fixed;top:55%;transform:translate(-50%,-50%);width:100%;z-index:900}.contain-price-form{display:none}.price-form-open{background-color:#ffe3bb;background-color:var(--nude-color);border:4px solid #001c39;border:4px solid var(--blue-color-2);border-radius:3rem;display:flex;flex-direction:column;gap:1rem;max-width:40rem;overflow:hidden;padding-bottom:2rem;position:relative;width:100%}.price-form-title{background-color:#001c39;background-color:var(--blue-color-2);color:#ffe3bb;color:var(--nude-color);font-size:2rem;padding:1.5rem 0;text-align:center;width:100%}.select-price-form{background-color:initial;border:3px solid #001c39;border:3px solid var(--blue-color-2);border-radius:.4rem;font-size:1rem;font-weight:600;margin-top:1.8rem;padding:.5rem .7rem;width:100%}.button-close-price,.select-price-form{color:#001c39;color:var(--blue-color-2);cursor:pointer}.button-close-price{align-items:center;background-color:#fdb656;background-color:var(--orange-color-3);border:none;border-radius:50%;display:flex;font-size:1.8rem;height:3rem;justify-content:center;outline:none;position:absolute;right:1rem;top:1rem;transition:all .5s ease;width:3rem;z-index:1000}.button-close-price:hover{background-color:#e1581c;background-color:var(--orange-color-1)}.container-form-wpp{align-items:center;display:flex;gap:.5rem;justify-content:center;text-align:center}.container-form-wpp p{color:#001c39;color:var(--blue-color-2);font-weight:600}.wpp-form-link{color:#c44111;color:var(--orange-color-2);font-weight:600;transition:all .5s ease}.wpp-form-link:hover{color:#fdb656;color:var(--orange-color-3)}@media screen and (max-width:700px){.container-banner-home{padding:5rem 1rem}.container-banner-home h2,.title-max{font-size:4rem}.container-presentation-skills{display:flex;padding:2rem 1.5rem}.container-presentation{display:flex;flex-direction:column;gap:3rem;padding:20rem 2rem 3rem}.presentation-title{font-size:2rem}.container-contact-about,.container-contact-contact-form{padding:8rem 2rem}.container-policies{padding:5rem 2rem}.container-error404{padding:3rem 1rem;text-align:center}.container-error404 img,.container-error404-image{width:100%}}.whatsapp-button{bottom:2.6rem;height:3.5rem;position:fixed;right:2.6rem;width:3.5rem;z-index:100}.whatsapp-button img{width:100%}@media screen and (max-width:700px){.container-contact-form{display:flex;flex-direction:column;gap:3rem}.container-info-contact{padding:2rem 0;width:100%}.contain-contact-form{width:100%}.container-contact-divider{flex-direction:column}}*{box-sizing:border-box;font-family:Montserrat,sans-serif;margin:0;padding:0}:root{--blue-color-1:#002443;--blue-color-2:#001c39;--white-color:#fff;--nude-color:#ffe3bb;--nude-color-2:#fdd096;--orange-color-1:#e1581c;--orange-color-2:#c44111;--facebook-color:#1877f2;--instagram-color:#dd2a7b;--linkedin-color:#0072b1;--pinterest-color:#bd081c;--github-color:#62275c;--youtube-color:#c4302b}.container-web-design-service{align-items:center;display:flex;gap:5rem;justify-content:center;padding:8rem 2rem 4rem}.container-description-webd{max-width:35rem;text-align:center;width:100%}.container-description-webd,.container-services-info{align-items:center;display:flex;flex-direction:column;gap:2rem;justify-content:center}.container-services-info{padding:3rem 2rem}.services-info-box{align-items:center;background-color:#fdd096;background-color:var(--nude-color-2);display:flex;flex-direction:column;justify-content:center;max-width:35rem;padding:1rem 2rem;width:100%}.services-info-upper{align-items:center;display:flex;gap:2rem}.info-upper-text{display:flex;flex-direction:column;gap:.5rem}.info-upper-text h4{color:#001c39;color:var(--blue-color-2);font-size:2rem;font-weight:600}.info-upper-text p{color:#002443;color:var(--blue-color-1);font-size:1.1rem;font-weight:600}.contain-img-brand{align-items:center;display:flex;height:9rem;justify-content:center;width:9rem}.contain-img-brand img{width:7rem}.container-marketing-description{align-items:center;background:url(/static/media/banner-about.b3701f3f24a7a4b8091d.png);background-position:50%;background-size:cover;display:flex;gap:5rem;justify-content:center;padding:4rem;width:100%}.contain-marketing-description{color:#ffe3bb;color:var(--nude-color);display:flex;flex-direction:column;gap:2rem;max-width:50rem;text-align:center}.contain-marketing-description h4{font-size:3.5rem;font-weight:500;font-weight:600}.contain-marketing-description p{font-size:1.3rem;font-weight:600}.container-faqs{align-items:center;background-color:#001c39;background-color:var(--blue-color-2);display:flex;flex-direction:column;gap:2rem;justify-content:center;padding:3rem 0}.container-faq{padding:0 3rem;width:100%}.faq-item{display:flex;flex-direction:column;padding:.5rem;text-align:center;width:100%}.faq-button{background-color:#e1581c;background-color:var(--orange-color-1);border:none;color:#ffe3bb;color:var(--nude-color);cursor:pointer;font-size:1.3rem;padding:1rem;position:relative;z-index:1}.faq-button,.faq-text{border-radius:1rem;font-weight:600}.faq-text{background-color:var(--orange-color-3);color:#002443;color:var(--blue-color-1);padding:2.5rem 1rem 1rem;transform:translateY(-1.5rem)}.faq-icon{color:#001c39;color:var(--blue-color-2);position:absolute;right:2rem;top:50%;transform:translateY(-50%)}.container-webd-header{align-items:center;background-color:#001c39;background-color:var(--blue-color-2);display:flex;flex-direction:column;gap:2rem;justify-content:center;padding:8rem 2rem 6rem}.webd-header-text{color:#ffe3bb;color:var(--nude-color);font-size:1.4rem;font-weight:600;max-width:35rem;text-align:center}.contain-webd-boxes{flex-wrap:wrap;gap:2rem;justify-content:center;max-width:60rem}.contain-webd-boxes,.webd-box{align-items:center;display:flex}.webd-box{background-color:#ffe3bb;background-color:var(--nude-color);border-radius:1rem;gap:1rem;max-width:25rem;padding:1rem;width:100%}.webd-box h4{color:#001c39;color:var(--blue-color-2);font-size:1.4rem}.webd-box img{width:5rem}.container-webd-process{background-color:#c44111;background-color:var(--orange-color-2);flex-direction:column;gap:2rem;padding:4rem 2rem}.container-process-boxes,.container-webd-process{align-items:center;display:flex;justify-content:center}.container-process-boxes{flex-wrap:wrap;gap:4rem;text-align:center}.container-process-box{align-items:center;color:#ffe3bb;color:var(--nude-color);display:flex;flex-direction:column;gap:.5rem;justify-content:center;width:8rem}.process-img{width:6rem}.process-text{font-size:1.3rem;height:3rem}.container-webd-examples{flex-direction:column;gap:2rem;padding:5rem 2rem;text-align:center}.contain-webd-examples,.container-webd-examples{align-items:center;display:flex;justify-content:center}.contain-webd-examples{flex-wrap:wrap;gap:4rem;width:100%}.examples-img{width:10rem}.contain-portfolio-webd{flex-wrap:wrap;z-index:10}.contain-portfolio-webd,.container-webd-profit{align-items:center;display:flex;gap:2rem;justify-content:center}.container-webd-profit{flex-direction:column;padding-top:3rem}.container-profits-boxes{color:#ffe3bb;color:var(--nude-color);display:flex;flex-wrap:wrap;gap:4rem}.container-profits-box{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;max-width:15rem;text-align:center}@media screen and (max-width:700px){.container-webd-header{gap:4rem;padding:8rem 2rem}.webd-header-image{width:100%}.webd-header-title{color:var(--blue-color-4);font-size:2.2rem;text-align:center}.container-ecommerce-pred{text-align:center}.container-ecommerce-video{width:100%}.container-detail-title{font-size:1.5rem;padding:8rem 1rem}.container-our-work{padding:5rem 2rem}.customer-support-header{text-align:center}.contain-our-work{display:flex;flex-direction:column;gap:3rem;padding:0}.our-work-texts{align-items:center;justify-content:center;padding:0;text-align:center}.container-animation-details{padding:3rem 2rem 6rem}.container-predesign-ecommerce{padding:5rem 2rem}.contain-predesign-ecommerce{align-items:center;display:flex;flex-direction:column;gap:3rem;justify-content:center}.contain-predesign-image{width:100%}.predesign-ecommerce-content{align-items:center;justify-content:center;width:100%}.responsive-design-image img{width:100%}.container-ecommerce-price{padding:5rem 2rem}.contain-ecommerce-price{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.container-customer-support{padding:5rem 2rem}.contain-customer-support{align-items:center;display:flex;flex-direction:column;gap:3rem;justify-content:center}.customer-support-image,.customer-support-image img{width:100%}.container-web-design-service{display:flex;flex-direction:column;gap:2rem;padding:8rem 2rem}.container-description-webd{padding:0}.container-boxes{align-items:center;gap:2rem;justify-content:center}.container-social-network{flex-direction:column;margin-bottom:-3rem;padding:0}.container-social-image{width:100%}.contain-social-network{left:0;position:relative;top:0;width:100%}.container-social-options{display:flex;flex-direction:column;gap:2rem}.container-technologies{padding:8rem 2rem 5rem;text-align:center}.container-marketing-description{display:flex;flex-direction:column;gap:2rem;padding:4rem 2rem}.contain-marketing-description{text-align:center;width:100%}.container-software{display:flex;flex-direction:column;gap:3rem;padding:10rem 2rem}.contain-software,.container-software-img{width:100%}.container-faq{padding:0 1rem}.faq-button{font-size:1.2rem;padding:1rem 2rem}.faq-icon{right:1rem}.container-marketing-design{text-align:center}.container-marketing-information{padding:5rem 2rem;text-align:center}.contain-marketing-information,.container-marketing-estrategy{display:flex;flex-direction:column;gap:2rem}.container-marketing-estrategy{padding:8rem 2rem}.marketing-estrategy-img{width:100%}.contain-marketing-estrategy{text-align:center;width:100%}.estrategy-info{text-align:left}.container-marketing-services{padding:5rem 2rem;text-align:center}.contain-marketing-services{padding:1rem}.services-description{background-color:var(--blue-color);border-radius:.5rem;display:none;padding:1rem;position:absolute;top:2rem;transition:all .5s ease;z-index:2}.services-title:hover .services-description{display:block;opacity:1}.container-grid-services{grid-template-columns:3fr 1fr 1fr;position:relative}.show-description{display:block!important;opacity:1}}
/*# sourceMappingURL=main.a6041fec.css.map*/