@charset "UTF-8";@font-face{font-family:Lato;src:url(/assets/fonts/Lato-Regular.woff2) format("woff2"),url(/assets/fonts/Lato-Regular.woff) format("woff"),url(/assets/fonts/Lato-Regular.ttf) format("truetype");font-display:swap}@font-face{font-family:Mokoto;src:url(/assets/fonts/Mokoto.woff2) format("woff2"),url(/assets/fonts/Mokoto.woff) format("woff"),url(/assets/fonts/Mokoto.ttf) format("truetype");font-display:swap}:root{--menu-btn-hover: #01ACA7;--background-btn: #03A6A1;--font-general-text: "Lato";--color-dark-green-txt-btn: #127875;--highlighted-text: #127875;--border-card-opportunities: #00CEC8;--color-background-discount-percent: #ecb266;--border-radius: 10px;--bg-whatsapp: #0CC143 }html{box-sizing:border-box;scroll-behavior:smooth;font-family:var(--font-general-text);background-color:#f2f2f2;overscroll-behavior:none}*,*:before,*:after{box-sizing:inherit}body{padding:0;margin:0}.gradient-background{background:#2b2b2b;background:linear-gradient(90deg,#2b2b2b,#1f4f4d,#127875 66%,#03a6a1)}a[x-apple-data-detectors],a[href^=tel]{color:inherit!important;text-decoration:none!important}.header{padding:.5rem 2rem;border-bottom:1px solid #f2f2f2;position:fixed;width:100vw;z-index:2}.header .nav{display:flex;justify-content:space-between}.header .nav .link-logo{display:grid;place-content:center;outline:none}.header .nav a{text-decoration:none}.header .nav .figure-logo{display:flex;align-items:center;margin:0;gap:1rem}.header .nav .figure-logo img{width:45px;height:28px}.header .nav .figure-logo figcaption{font-family:Mokoto;color:#f2f2f2;font-size:1.5rem;margin-bottom:-.35rem;letter-spacing:2px}.header .nav .menu-options{list-style:none;display:flex;transition:transform .6s cubic-bezier(.68,-.55,.27,1.55);flex-direction:column;padding:5rem 2rem 2rem;margin:0;width:calc(100vw + 100px);height:100vh;top:0;left:0;position:absolute;background:#2b2b2b;background:linear-gradient(90deg,#2b2b2b,#1f4f4d,#127875 66%,#03a6a1);transform:translate(100vw)}.header .nav .menu-options a,.header .nav .menu-options a:visited{text-decoration:none;color:#f2f2f2;letter-spacing:1px;padding:.5rem 1rem;transition:all .2s ease-in-out;display:block;width:100%}.header .nav .menu-options a:hover{background-color:var(--menu-btn-hover);border-radius:5px;box-shadow:#0000003d 0 3px 8px;color:#2b2b2b;font-weight:600}.header .nav .menu-options:before{content:"PMDEVS";display:flex;background:url(/assets/img/nube-small.png) no-repeat left top;background-size:50px auto;padding-left:60px;padding-bottom:30px;padding-top:6px;font-family:Mokoto;color:#f2f2f2;font-size:1.5rem}.header .nav .menu-options li{width:calc(100vw - 68px)}.header .nav .menu-options li:nth-child(2):before,.header .nav .menu-options li:nth-child(3):before{content:"";display:block;height:1px;background-color:#ccc;margin:8px 0}.header .nav .menu-options li:nth-child(3):after{content:"";display:block;height:1px;background-color:#ccc;margin:8px 0}.header .nav .show-menu-opts{transform:translate(0)}.header .nav .mobile-btn{display:block;position:fixed;left:calc(100vw - 3.5rem);margin-top:-.16rem}.header .nav .hamburger{cursor:pointer}.header .nav .hamburger input{display:none}.header .nav .hamburger svg{height:2em;transition:transform .4s cubic-bezier(.4,0,.2,1)}.header .nav .line{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:3;transition:stroke-dasharray .4s cubic-bezier(.4,0,.2,1),stroke-dashoffset .4s cubic-bezier(.4,0,.2,1)}.header .nav .line-top-bottom{stroke-dasharray:12 63}.header .nav .hamburger input:checked+svg{transform:rotate(-45deg)}.header .nav .hamburger input:checked+svg .line-top-bottom{stroke-dasharray:20 300;stroke-dashoffset:-32.42}.main{position:relative}.main .whatsapp-button{z-index:1;width:52px;height:52px;position:fixed;right:15px;bottom:15px;top:auto;display:grid;place-content:center;background-color:var(--bg-whatsapp);border-radius:50%;cursor:pointer;outline-offset:3px;border:1px solid white;animation:big-small 2s ease-in-out infinite}.main .whatsapp-button svg{width:32px;height:32px;color:#fff}.main p{font-size:1rem;max-width:60ch}.main .button{padding:1rem 3rem;background:#127875;letter-spacing:1px;cursor:pointer;font-size:1rem;font-family:var(--font-general-text);color:#f2f2f2;font-weight:600;transition:all .2s ease-in;position:relative;overflow:hidden;z-index:0;border:none;border-radius:4px;min-height:57px;width:180px;text-align:center}.main .button:before{content:"";position:absolute;left:50%;transform:translate(-50%) scaleY(1) scaleX(1.25);top:100%;width:140%;height:180%;background-color:#0000000d;border-radius:50%;display:block;transition:all .5s .1s cubic-bezier(.55,0,.1,1);z-index:-1}.main .button:hover:before{top:-35%;background-color:var(--background-btn);transform:translate(-50%) scaleY(1.3) scaleX(.8)}.main .button:hover{scale:1.03;color:#2b2b2b}.main .section-hero{width:100%;position:relative;padding:6rem 2rem 3rem}.main .section-hero .width-wrapper .hero-msg{width:100%;color:#f2f2f2;padding-bottom:2rem}.main .section-hero .width-wrapper .hero-msg span{font-weight:700}.main .section-hero .width-wrapper .hero-msg h1{margin:0;padding:0;font-weight:300;letter-spacing:1px;line-height:2.5rem;font-size:2.5rem;opacity:0;transform:translate(-100px);transition:transform 1.2s ease-in-out,opacity 1.2s ease-in-out}.main .section-hero .width-wrapper .hero-msg .show-hero-title{opacity:1;transform:translate(0)}.main .section-hero .width-wrapper .hero-msg h2{line-height:1.5rem;font-size:1.2rem;padding-bottom:1.5rem;font-weight:400;transform:translate(100px);opacity:0;transition:transform .9s ease-in-out,opacity .9s ease-in-out}.main .section-hero .width-wrapper .hero-msg .fade-in{transform:translate(0);opacity:1}.main .section-hero .width-wrapper .hero-msg .btn-contact-hero{box-shadow:11px 10px 34px #000000bf;-webkit-box-shadow:11px 10px 34px 0px rgba(0,0,0,.75);-moz-box-shadow:11px 10px 34px 0px rgba(0,0,0,.75);opacity:0;transform:translateY(50px);transition:opacity .9s ease-in-out,transform .9s ease-in-out;transition-delay:.9s}.main .section-hero .width-wrapper .hero-msg .show-btn-contact-hero{opacity:1;transform:translateY(0)}.main .section-hero .width-wrapper .hero-msg .hide-btn{display:none}.main .section-hero .width-wrapper .webgl-wrapper{padding:0;width:100%;min-height:300px;margin:0 auto;display:block;overflow:hidden}.main .section-hero .width-wrapper .webgl-wrapper .webgl{padding:0;width:100%;height:100%;margin:0 auto;display:block;cursor:grab;opacity:0;transition:opacity .3s ease-in}.main .section-hero .custom-shape-divider-bottom-1753554006{position:absolute;bottom:0;left:0;width:100%;overflow:hidden;line-height:0;transform:rotate(180deg);margin-bottom:-1px}.main .section-hero .custom-shape-divider-bottom-1753554006 svg{position:relative;display:block;width:calc(150% + 1.3px);height:50px}.main .section-hero .custom-shape-divider-bottom-1753554006 .shape-fill{fill:#f2f2f2}.main .section-statistics{width:100%;background:#f2f2f2;padding:4rem 2rem}.main .section-statistics .width-wrapper .title-statistics,.main .section-statistics .width-wrapper h3{margin:0;padding:0;letter-spacing:1px;font-weight:400}.main .section-statistics .width-wrapper .title-statistics{padding-bottom:2rem;font-size:2rem;line-height:2.5rem;opacity:0;transform:translate(-50px);transition:opacity .7s ease-in-out,transform .7s ease-in-out}.main .section-statistics .width-wrapper .show-title-statistics{opacity:1;transform:translate(0)}.main .section-statistics .width-wrapper h3,.main .section-statistics .width-wrapper span{color:var(--highlighted-text);font-weight:700}.main .section-statistics .width-wrapper .percent-online,.main .section-statistics .width-wrapper .percent-consumers{font-size:2rem;opacity:0;transform:translateY(10px)}.main .section-statistics .width-wrapper p{font-size:1rem;line-height:1.5rem}.main .section-statistics .width-wrapper .wrapper-statistic-bar{max-width:185px;padding-bottom:1rem}.main .section-statistics .width-wrapper .wrapper-statistic-bar .back-statistic-bar{width:90%;height:35px;background-color:gray;display:flex;opacity:0;transform:translateY(10px);transition:opacity 1.5s ease-in-out,transform 1.5s ease-in-out}.main .section-statistics .width-wrapper .wrapper-statistic-bar .back-statistic-bar .online-statistic-bar{width:0%;transition:width 1.5s ease-in-out}.main .section-statistics .width-wrapper .wrapper-statistic-bar .back-statistic-bar .growth-online-statistic-bar{width:90%}.main .section-statistics .width-wrapper .wrapper-statistic-bar .back-statistic-bar .consumers-statistic-bar{width:0%;transition:width 1.5s ease-in-out}.main .section-statistics .width-wrapper .wrapper-statistic-bar .back-statistic-bar .growth-consumers-statistic-bar{width:100%}.main .section-statistics .width-wrapper .wrapper-statistic-bar .show-back-statistic-bar{opacity:1;transform:translateY(0)}.main .section-statistics .width-wrapper .wrapper-statistic-bar .online-back{position:relative}.main .section-statistics .width-wrapper .wrapper-statistic-bar .online-back .percent-online{position:absolute;top:0;right:-80px}.main .section-statistics .width-wrapper .wrapper-statistic-bar .online-back .show-percent-online{opacity:1;transform:translateY(0)}.main .section-statistics .width-wrapper .wrapper-statistic-bar .consumers-back{position:relative}.main .section-statistics .width-wrapper .wrapper-statistic-bar .consumers-back .percent-consumers{position:absolute;top:0;right:-100px}.main .section-statistics .width-wrapper .wrapper-statistic-bar .consumers-back .show-percent-online{opacity:1;transform:translateY(0)}.main .section-opportunities{width:100%;color:#f2f2f2;padding:3rem 2rem;position:relative;overflow:hidden}.main .section-opportunities .custom-shape-divider-top-1754355865{position:absolute;top:0;left:0;width:100%;overflow:hidden;line-height:0}.main .section-opportunities .custom-shape-divider-top-1754355865 svg{position:relative;display:block;width:calc(150% + 1.3px);height:50px}.main .section-opportunities .custom-shape-divider-top-1754355865 .shape-fill{fill:#f2f2f2}.main .section-opportunities .width-wrapper{padding-top:4rem;padding-bottom:4rem}.main .section-opportunities .width-wrapper .opportunities-title{font-weight:400;font-size:2rem;padding:0;margin:0;padding-bottom:4rem;opacity:0;transform:translate(-50px);transition:opacity .7s ease-in-out,transform .7s ease-in-out}.main .section-opportunities .width-wrapper .show-opportunities-title{opacity:1;transform:translate(0)}.main .section-opportunities .width-wrapper span{font-weight:700}.main .section-opportunities .width-wrapper .opportunities-wrapper{display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(15rem,1fr))}.main .section-opportunities .width-wrapper .opportunities-wrapper .card{border:3px solid var(--border-card-opportunities);border-radius:var(--border-radius);padding:1rem;height:250px;transition:transform 1s ease,opacity 1s ease}.main .section-opportunities .width-wrapper .opportunities-wrapper .card h3,.main .section-opportunities .width-wrapper .opportunities-wrapper .card p{margin:0;padding:0}.main .section-opportunities .width-wrapper .opportunities-wrapper .card h3{padding-bottom:1rem;padding-top:.3rem}.main .section-opportunities .width-wrapper .opportunities-wrapper .card p{line-height:1.5rem}.main .section-opportunities .width-wrapper .opportunities-wrapper .card svg{color:var(--border-card-opportunities)}.main .section-opportunities .width-wrapper .opportunities-wrapper .card-left{transform:translate(-100px);opacity:0}.main .section-opportunities .width-wrapper .opportunities-wrapper .card-right{transform:translate(100px);opacity:0}.main .section-opportunities .width-wrapper .opportunities-wrapper .visible{transform:translate(0);opacity:1}.main .section-opportunities .custom-shape-divider-bottom-1754338480{position:absolute;bottom:0;left:0;width:100%;overflow:hidden;line-height:0;transform:rotate(180deg);margin-bottom:-1px}.main .section-opportunities .custom-shape-divider-bottom-1754338480 svg{position:relative;display:block;width:calc(150% + 1.3px);height:50px}.main .section-opportunities .custom-shape-divider-bottom-1754338480 .shape-fill{fill:#f2f2f2}.main .section-web-services{background-color:#f2f2f2;padding-top:3rem}.main .section-web-services .width-wrapper{padding-left:2rem;padding-right:2rem}.main .section-web-services .width-wrapper .services-title{margin:0;padding:0;padding-bottom:2.5rem;font-size:2rem;font-weight:400;opacity:0;transform:translate(-50px);transition:opacity .7s ease-in-out,transform .7s ease-in-out}.main .section-web-services .width-wrapper .services-title span{color:var(--highlighted-text);font-weight:700}.main .section-web-services .width-wrapper .show-services-title{opacity:1;transform:translate(0)}.main .section-web-services .width-wrapper .slider-wrapper{display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(16rem,1fr))}.main .section-web-services .width-wrapper .slider-wrapper .flip-card{min-height:650px;perspective:1500px;position:relative;transition:all .6s ease-in}.main .section-web-services .width-wrapper .slider-wrapper .flip-card .comming-soon-img{width:200px;position:absolute;transform:rotate(-35deg);z-index:1;left:-70px}.main .section-web-services .width-wrapper .slider-wrapper .flip-card .left-rigth-card-btns{position:absolute;z-index:1;background-color:#127875;border:none;border-radius:50%;display:grid;place-content:center;width:38px;height:38px}.main .section-web-services .width-wrapper .slider-wrapper .flip-card .left-rigth-card-btns svg{color:#f2f2f2;width:1.5rem}.main .section-web-services .width-wrapper .slider-wrapper .flip-card .flip-card-inner{position:relative;width:100%;height:100%;transition:transform .6s;transform-style:preserve-3d}.main .section-web-services .width-wrapper .slider-wrapper .flip-card .flip-card-inner .card{--border: 5px;display:flex;flex-direction:column;gap:1rem;position:absolute;backface-visibility:hidden;-webkit-backface-visibility:hidden;width:100%;height:100%;border-radius:10px;background:#f2f2f2;background-clip:padding-box;border:var(--border) solid transparent}.main .section-web-services .width-wrapper .slider-wrapper .flip-card .flip-card-inner .card:before{content:"";position:absolute;inset:0;z-index:-1;margin:calc(-1 * var(--border));border-radius:inherit;background:linear-gradient(90deg,#2b2b2b,#1f4f4d,#127875 66%,#03a6a1)}.main .section-web-services .width-wrapper .slider-wrapper .flip-card .flip-card-inner .card .title-card{text-align:center;font-size:2rem;margin:0}.main .section-web-services .width-wrapper .slider-wrapper .flip-card .flip-card-inner .card p{margin:0;font-size:1rem;line-height:1.5rem}.main .section-web-services .width-wrapper .slider-wrapper .flip-card .flip-card-inner .card .prices-wrapper{display:flex;gap:1rem;align-items:center}.main .section-web-services .width-wrapper .slider-wrapper .flip-card .flip-card-inner .card .prices-wrapper .starting-price{font-size:.8rem;text-decoration:line-through}.main .section-web-services .width-wrapper .slider-wrapper .flip-card .flip-card-inner .card .prices-wrapper .discount-percent{font-weight:700;border-radius:20px;background-color:var(--color-background-discount-percent);padding:.3rem .4rem}.main .section-web-services .width-wrapper .slider-wrapper .flip-card .flip-card-inner .card .final-price{font-size:1.5rem;font-weight:700}.main .section-web-services .width-wrapper .slider-wrapper .flip-card .flip-card-inner .card .final-price span{font-size:small}.main .section-web-services .width-wrapper .slider-wrapper .flip-card .flip-card-inner .card .paypal{width:100%;margin:0 auto;display:flex;justify-content:center}.main .section-web-services .width-wrapper .slider-wrapper .flip-card .flip-card-inner .card .paypal .paypal-form .img-payment-methods{width:140px;height:20px}.main .section-web-services .width-wrapper .slider-wrapper .flip-card .flip-card-inner .card .paypal .paypal-form section img{width:40px;height:14px}.main .section-web-services .width-wrapper .slider-wrapper .flip-card .flip-card-inner .card .button{width:180px;align-self:center}.main .section-web-services .width-wrapper .slider-wrapper .flip-card .flip-card-inner .card .round-card-btn{padding:0;border-radius:50%;width:32px;height:32px;position:absolute;border:none;color:#f2f2f2;right:1rem;bottom:1rem;transition:scale .2s ease-in-out;display:grid;place-content:center}.main .section-web-services .width-wrapper .slider-wrapper .flip-card .flip-card-inner .card .round-card-btn svg{width:22px;height:22px}.main .section-web-services .width-wrapper .slider-wrapper .flip-card .flip-card-inner .card .round-card-btn:hover{transform-origin:center;scale:1.1}.main .section-web-services .width-wrapper .slider-wrapper .flip-card .flip-card-inner .card hr{width:90%;height:2px}.main .section-web-services .width-wrapper .slider-wrapper .flip-card .flip-card-inner .card ul{margin:0;padding:0;display:flex;flex-direction:column;list-style:none}.main .section-web-services .width-wrapper .slider-wrapper .flip-card .flip-card-inner .card ul li{margin:0;padding:0;display:flex;align-items:center}.main .section-web-services .width-wrapper .slider-wrapper .flip-card .flip-card-inner .card ul li:before{content:"•";margin-right:10px;font-size:1.7rem;color:var(--background-btn)}.main .section-web-services .width-wrapper .slider-wrapper .flip-card .flip-card-inner .card-side-1{padding:2rem 1rem}.main .section-web-services .width-wrapper .slider-wrapper .flip-card .flip-card-inner .card-side-2{padding:2rem 1rem;transform:rotateY(180deg);z-index:1;color:#f2f2f2}.main .section-web-services .width-wrapper .slider-wrapper .web-services-card{opacity:0;scale:1.2}.main .section-web-services .width-wrapper .slider-wrapper .visible{opacity:1;scale:1}.main .section-web-services .width-wrapper .slider-wrapper .flip{transform:rotateY(180deg)}.main .section-web-services .width-wrapper .slider-wrapper .coming-soon{filter:grayscale(100%)}.main .section-contact{width:100%;padding-bottom:4rem;padding-top:7rem}.main .section-contact .width-wrapper{padding-left:2rem;padding-right:2rem;display:flex;flex-direction:column}.main .section-contact .width-wrapper .contact-title{font-size:2rem;font-weight:400;padding-bottom:1rem;text-align:center;transform:translateY(50px);opacity:0;transition:opacity .7s ease-in-out,transform .7s ease-in-out}.main .section-contact .width-wrapper .contact-title span{color:var(--highlighted-text);font-weight:700}.main .section-contact .width-wrapper .show-contact-title{opacity:1;transform:translateY(0)}.main .section-contact .width-wrapper .button{margin:0 auto}.main .section-contact .width-wrapper .contact-form{--border: 5px;display:flex;flex-direction:column;gap:1rem;width:100%;margin:auto;max-width:400px;position:relative;padding:2rem;box-sizing:border-box;background-color:#f2f2f2;background-clip:padding-box;border:solid 5px transparent;border-radius:10px}.main .section-contact .width-wrapper .contact-form:before{content:"";position:absolute;inset:0;z-index:-1;margin:-5px;border-radius:inherit;background:linear-gradient(90deg,#2b2b2b,#1f4f4d,#127875 66%,#03a6a1)}.main .section-contact .width-wrapper .contact-form .form-title{font-size:1.5rem;letter-spacing:.5px}.main .section-contact .width-wrapper .contact-form input,.main .section-contact .width-wrapper .contact-form textarea,.main .section-contact .width-wrapper .contact-form select{padding:1rem .5rem;border-radius:5px;background-color:#f2f2f2;font-family:var(--font-general-text);font-size:1rem}.main .section-contact .width-wrapper .contact-form .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.main .section-contact .width-wrapper .contact-form option{font-family:var(--font-general-text)}.main .section-contact .width-wrapper .contact-form textarea{min-height:150px;resize:none}.main .section-contact .width-wrapper .contact-form .button{width:100%}.main .section-contact .width-wrapper .contact-form .h-captcha{width:100%;display:grid;place-content:center}.footer{width:100%;position:relative;color:#f2f2f2}.footer p{padding:0;margin:0;font-size:small}.footer .custom-shape-divider-top-1755718470{position:absolute;top:0;left:0;width:100%;overflow:hidden;line-height:0}.footer .custom-shape-divider-top-1755718470 svg{position:relative;display:block;width:calc(150% + 1.3px);height:50px}.footer .custom-shape-divider-top-1755718470 .shape-fill{fill:#f2f2f2}.footer .width-wrapper{padding:3rem 2rem .5rem;display:grid;grid-template-areas:"inf snt" "cop cop";grid-template-columns:repeat(auto-fit,minmax(125px,308px));gap:3rem}.footer .width-wrapper .contact-info{grid-area:inf}.footer .width-wrapper .contact-info :nth-child(2){padding-bottom:.5rem}.footer .width-wrapper .contact-sn{grid-area:snt;display:grid;grid-template-areas:"ttl ttl ttl" "fbc ins tik";grid-template-columns:42px 42px 42px}.footer .width-wrapper .contact-sn .sn-title{grid-area:ttl;padding-left:9px}.footer .width-wrapper .contact-sn a{text-decoration:none;display:grid;place-content:center;margin-bottom:.5rem}.footer .width-wrapper .contact-sn a svg{color:#f2f2f2;transition:transform .2s}.footer .width-wrapper .contact-sn a svg:hover{transform:scale(1.1)}.footer .width-wrapper .contact-sn .link-fb{grid-area:fbc}.footer .width-wrapper .contact-sn .link-in{grid-area:ins}.footer .width-wrapper .contact-sn .link-tik{grid-area:tik}.footer .width-wrapper .copyright-text{grid-area:cop}.footer .width-wrapper .copyright-text .text-logo{font-family:Mokoto}@media(min-width:350px){.main .section-statistics .width-wrapper .wrapper-statistic-bar{max-width:240px}.main .section-web-services .width-wrapper .slider-wrapper .flip-card .comming-soon-img{width:150px;left:-40px;top:10px}}@media(min-width:607px){.main .section-statistics .width-wrapper .wrapper-statistic-bar{max-width:500px}.main .section-web-services .width-wrapper .slider-wrapper .flip-card{min-height:750px}}@media(min-width:650px){nav,.width-wrapper{max-width:1400px;margin:0 auto}.header .nav .menu-options{flex-direction:row;align-items:center;padding:0;margin:0;width:auto;height:auto;gap:1rem;position:inherit;background:none;transform:translate(0)}.header .nav .menu-options:before{content:none;display:none}.header .nav .menu-options li{width:auto}.header .nav .menu-options li:nth-child(2):before,.header .nav .menu-options li:nth-child(3):before{content:none;display:none}.header .nav .menu-options li:nth-child(3):after{content:none;display:none}.header .nav .mobile-btn{display:none}.main .section-hero{width:100%;display:flex;flex-direction:row}.main .section-hero .width-wrapper{display:flex;flex-direction:row;width:100%}.main .section-hero .width-wrapper .hero-msg{width:50%}.main .section-hero .width-wrapper .webgl-wrapper{margin:0;width:50%}.main .section-statistics .width-wrapper .wrapper-statistic-bar{max-width:550px}}@media(min-width:848px){.main .section-opportunities .width-wrapper .opportunities-wrapper .card{transition:transform 1.2s cubic-bezier(.68,-.55,.27,1.55),opacity 1.2s ease}.main .section-opportunities .width-wrapper .opportunities-wrapper .card-left,.main .section-opportunities .width-wrapper .opportunities-wrapper .card-right{transform:translate(0);transform:translateY(100px)}.main .section-opportunities .width-wrapper .opportunities-wrapper .visible{transform:translateY(0);opacity:1}.main .section-opportunities .width-wrapper .opportunities-wrapper .card:nth-child(2){transition-delay:.3s}.main .section-opportunities .width-wrapper .opportunities-wrapper .card:nth-child(3){transition-delay:.6s}.main .section-opportunities .width-wrapper .opportunities-wrapper .card:nth-child(4){transition-delay:.9s}.main .section-opportunities .width-wrapper .opportunities-title,.main .section-web-services .width-wrapper .services-title{text-align:center}}@media(min-width:902px){.main .section-web-services .width-wrapper .slider-wrapper{grid-template-columns:repeat(3,minmax(16rem,1fr))}}@media(min-width:1200px){.header .nav .menu-options{gap:2rem}.main .section-hero{height:700px}.main .section-hero .width-wrapper .button{width:fit-content}.main .section-hero .width-wrapper .hero-msg{display:flex;flex-direction:column;justify-content:center}.main .section-hero .width-wrapper .hero-msg h1{line-height:4.5rem;font-size:4.5rem}.main .section-hero .width-wrapper .hero-msg h2{line-height:2rem;font-size:1.5rem}.main .section-hero .width-wrapper .webgl-wrapper{display:grid;place-content:center}.main .section-statistics{height:600px;display:flex;align-items:center}.main .section-statistics .width-wrapper{width:100%}.main .section-opportunities{height:700px;display:flex;align-items:center}.main .section-opportunities .width-wrapper,.main .section-web-services .width-wrapper{width:100%}.main .section-web-services .width-wrapper .services-title{font-size:3rem;padding-top:7rem;padding-bottom:5rem}.main .section-web-services .width-wrapper .slider-wrapper{display:flex;justify-content:space-between}.main .section-web-services .width-wrapper .slider-wrapper .flip-card{width:330px;min-height:650px}.main .section-contact .width-wrapper .contact-title{font-size:2.8rem}.main .section-contact .width-wrapper .contact-form{max-width:650px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(5,55px);margin:0}.main .section-contact .width-wrapper .contact-form .form-title{grid-column-start:1;grid-column-end:3;padding:0;margin:0}.main .section-contact .width-wrapper .contact-form .input-name,.main .section-contact .width-wrapper .contact-form .input-plan,.main .section-contact .width-wrapper .contact-form .input-phone,.main .section-contact .width-wrapper .contact-form .input-email{grid-column-start:1;grid-column-end:2}.main .section-contact .width-wrapper .contact-form .input-message{grid-column-start:2;grid-column-end:3;grid-row-start:2;grid-row-end:5}.main .section-contact .width-wrapper .contact-form .button{grid-column-start:2;grid-column-end:3;min-height:55px}.main .section-contact .width-wrapper .contact-form .h-captcha{width:100%;display:flex;justify-content:flex-start}}@media(min-width:1400px){.main .section-statistics .width-wrapper .title-statistics{font-size:3rem;padding-bottom:5rem}.main .section-statistics .width-wrapper .statistics-consumers-title,.main .section-statistics .width-wrapper .statistics-opportunities-title{font-size:2rem}.main .section-opportunities .width-wrapper .opportunities-title{font-size:3rem;padding-bottom:5rem}.main .section-opportunities .width-wrapper .opportunities-wrapper{display:flex;justify-content:center}.main .section-opportunities .width-wrapper .opportunities-wrapper .card{width:305px}}@keyframes big-small{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}
