/*!
 * Website Prodweb - styles.scss
 * Copyright (c) Prodweb
 */@font-face{font-family:ProximaNova-Thin;src:url(../fonts/ProximaNova-Thin.otf);font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:ProximaNova-Bold;src:url(../fonts/ProximaNova-Bold.otf);font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:ProximaNova-Light;src:url(../fonts/ProximaNova-Light.otf);font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:ProximaNova-Regular;src:url(../fonts/ProximaNova-Regular.otf);font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:ProximaNova-Semibold;src:url(../fonts/ProximaNova-Semibold.otf);font-display:swap;font-weight:400;font-style:normal}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated-one{-webkit-animation:1s;animation:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated-one-two{-webkit-animation:1.1s;animation:1.1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated-one-four{-webkit-animation:1.2s;animation:1.2s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.39063deg) skewY(.39063deg)}88.8%{transform:skewX(-.19531deg) skewY(-.19531deg)}}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.39063deg) skewY(.39063deg)}88.8%{transform:skewX(-.19531deg) skewY(-.19531deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;transform-origin:center}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);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 bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);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}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);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 bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);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}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);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 bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);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}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);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 bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);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)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,40%,0)}to{opacity:1;transform:none}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,40%,0)}to{opacity:1;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}header{height:70px;width:100%;position:fixed;z-index:20}header,header label{background-color:#17191b;display:flex}header label{height:100%;width:70px}header .prodweb-logo{width:210px;display:flex;align-items:center;justify-content:center;background-color:#222428}header .sub-menu li a{display:block;margin:0!important;text-transform:none!important}header .sub-menu li a:after{content:none;display:none}header nav a:last-of-type{margin-bottom:5px}header .redes-sociais{display:flex;height:70px;justify-content:flex-start;margin-left:auto;width:auto;align-items:center}header .redes-sociais a{margin-right:25px}header .redes-sociais a:hover i{color:#fff}header .redes-sociais a.lnk-blog{display:block;height:23px;overflow:hidden;width:20px;transition:opacity .4s linear}header .redes-sociais a.lnk-blog:hover img{margin-left:-20px}header .redes-sociais a.lnk-blog.blog-prod{width:auto;font-size:21px;line-height:1}header .redes-sociais i{color:#b8bcc1;font-size:2rem;cursor:pointer}@media (max-width:1590px){header{height:54px}header .prodweb-logo{width:180px}header .redes-sociais{width:auto;height:54px}}@media (max-width:1200px){header .redes-sociais{width:auto}}@media (max-width:767px){header .prodweb-logo{width:130px}header .prodweb-logo img{max-width:90%;display:block;margin:0 auto}header .redes-sociais{padding-top:4px}header .redes-sociais a{margin-right:15px}header .redes-sociais a:last-child{display:none!important}}@media (max-width:374px){header .redes-sociais a{margin-right:12px}}@media (max-width:359px){header .prodweb-logo{width:120px}header .prodweb-logo img{max-width:90%;display:block;margin:0 auto}header .redes-sociais{padding-top:4px}header .redes-sociais a{margin-right:7px}}header nav{background:#17191b;border-bottom:70px solid transparent;display:flex;flex-direction:column;height:100%;left:-280px;overflow:auto;padding-left:20px;padding-top:35px;position:fixed;top:70px;width:280px;z-index:9998;transition:all 1s cubic-bezier(.23,1,.32,1);-webkit-transition:all 1s cubic-bezier(.23,1,.32,1)}header nav a{font-family:ProximaNova-Light;color:#b8bcc1;text-transform:uppercase;font-size:1.6rem;line-height:30px;letter-spacing:1.6px;margin-bottom:30px;position:relative;transition:all .4s linear}header nav a:after{width:46px;height:2px;position:absolute;top:-2px;content:"";left:0;background-color:#b8bcc1;transition:all .4s linear}header nav a:hover{text-decoration:none;color:#fff}header nav a:hover:after{background-color:#fff}header .nav-btn-inner{display:block;width:26px;height:21px;margin:25px auto 0;position:relative}header .menu-icon{background:#b8bcc1;height:3px;margin-bottom:5px;width:100%;display:block;position:absolute;transition:all .2s ease-in-out;transform:translateZ(0) rotate(0deg);z-index:1}header .menu-icon.menu-icon-first{top:0}header .menu-icon.menu-icon-second{top:8px}header .menu-icon.menu-icon-third{top:16px}header .lbl-menu{cursor:pointer;transition:background-color .2s ease;position:relative}header .lbl-menu:hover .menu-icon-first{transform:translate3d(0,-2px,0)}header .lbl-menu:hover .menu-icon-third{transform:translate3d(0,2px,0)}header input[type=checkbox]{display:none}header input[type=checkbox]:checked~.lbl-menu{background-color:#4c535a}header input[type=checkbox]:checked~.lbl-menu .menu-icon-first{transform:translate3d(0,8px,0) rotate(45deg);background-color:#272727}header input[type=checkbox]:checked~.lbl-menu .menu-icon-second{opacity:0}header input[type=checkbox]:checked~.lbl-menu .menu-icon-third{transform:translate3d(0,-8px,0) rotate(-45deg);background-color:#272727}header input[type=checkbox]:checked~nav{transform:translate3d(280px,0,0)}@media (max-width:1590px){header nav{border-bottom:54px solid transparent;top:54px;width:251px}header .nav-btn-inner{margin:18px auto 0}}@media (max-width:767px){header nav{width:227px}header label{width:66px}}*{font-family:ProximaNova-Light;margin:0;padding:0;list-style:none;text-decoration:none;outline:0}a,a:focus,a:visited{color:#b8bcc1;text-decoration:none!important;outline:0}a:hover{color:#b8bcc1}html{font-size:62.5%;height:100%}body,html{position:relative;overflow-x:hidden}body{min-height:100%;padding-bottom:115px;background-color:#222428}button{border-radius:0}.video-ctrl{position:absolute;width:100%;height:100%;opacity:0;z-index:15;transition:opacity .2s linear .8s;-webkit-transition:opacity .2s linear .8s;-moz-transition:opacity .2s linear .8s;-ms-transition:opacity .2s linear .8s;-o-transition:opacity .2s linear .8s}.video-wrapper .video-ctrl svg .pause,.video-wrapper .video-ctrl svg .play{fill:#e6e6e6}.video-wrapper{width:100%;height:100%;background:#000;cursor:pointer;overflow:hidden;position:relative;z-index:10}.video-wrapper .video-poster,.video-wrapper video{height:calc(100% + 4px);left:-2px;position:absolute;top:-2px;width:calc(100% + 4px);z-index:1}.video-wrapper .video-poster{background-position:50%;background-repeat:no-repeat;background-size:cover;opacity:1;visibility:visible;z-index:10;transition:opacity .2s linear 0s,visibility 0s linear 0s;-webkit-transition:opacity .2s linear 0s,visibility 0s linear 0s;-moz-transition:opacity .2s linear 0s,visibility 0s linear 0s;-ms-transition:opacity .2s linear 0s,visibility 0s linear 0s;-o-transition:opacity .2s linear 0s,visibility 0s linear 0s}.video-wrapper .video-poster.hide{transition:opacity .2s linear 0s,visibility 0s linear .2s;-webkit-transition:opacity .2s linear 0s,visibility 0s linear .2s;-moz-transition:opacity .2s linear 0s,visibility 0s linear .2s;-ms-transition:opacity .2s linear 0s,visibility 0s linear .2s;-o-transition:opacity .2s linear 0s,visibility 0s linear .2s;opacity:0;visibility:hidden}.video-wrapper .video-ctrl{position:absolute;width:100%;height:100%;opacity:0;z-index:15;transition:opacity .2s linear .8s;-webkit-transition:opacity .2s linear .8s;-moz-transition:opacity .2s linear .8s;-ms-transition:opacity .2s linear .8s;-o-transition:opacity .2s linear .8s}.wrapper-svg{right:18px;position:absolute;bottom:8px;text-align:right}.wrapper-svg h2{font-family:ProximaNova-Thin;font-size:3rem;letter-spacing:3px;color:#b8bcc1;margin-bottom:10px}.wrapper-svg h2 strong{font-family:ProximaNova-Bold}.path-animation{stroke-dasharray:1000;stroke-dashoffset:1000;-webkit-animation:dash 5s linear 1;animation:dash 5s linear 1}.video-wrapper .video-ctrl svg .pause,.video-wrapper .video-ctrl svg .play{fill:transparent;stroke:#b8bcc1;stroke-width:4px}.video-wrapper .video-ctrl svg .pause rect,.video-wrapper .video-ctrl svg .play{transform-origin:left center;-webkit-transform-origin:left center}.video-wrapper .video-ctrl svg .video-timeline-bkg{stroke:#b8bcc1;stroke-width:4px;fill:transparent}.video-wrapper .video-ctrl svg .video-timeline-progress{stroke:#f78334;stroke-width:4px;fill:transparent;transform:rotate(-90deg);-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform-origin:center center;-webkit-transform-origin:center center;-moz-transform-origin:center center;-ms-transform-origin:center center;-o-transform-origin:center center}.video-wrapper.paused .video-ctrl,.video-wrapper:hover .video-ctrl{opacity:1;transition-delay:0s}.video-wrapper .pause rect{transform:none;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none}.video-wrapper .pause rect:first-child{transition:transform .3s cubic-bezier(.19,1,.22,1) .3s}.video-wrapper .pause rect:last-child{transition:transform .3s cubic-bezier(.19,1,.22,1) .4s;-webkit-transition:-webkit-transform .3s cubic-bezier(.19,1,.22,1) .4s;-moz-transition:-moz-transform cubic-bezier(.19,1,.22,1) .3s .4s;-ms-transition:-ms-transform cubic-bezier(.19,1,.22,1) .3s .4s;-o-transition:-o-transform cubic-bezier(.19,1,.22,1) .3s .4s}.video-wrapper .play{transform:scaleY(0);-webkit-transform:scaleY(0);-moz-transform:scaleY(0);-ms-transform:scaleY(0);-o-transform:scaleY(0);transition:transform .3s cubic-bezier(.95,.05,.795,.035) 0s;-webkit-transition:-webkit-transform .3s cubic-bezier(.95,.05,.795,.035) 0s}.is-ie .video-wrapper .play{display:none}.video-wrapper.paused .pause rect{transform:scaleY(0);-webkit-transform:scaleY(0);-moz-transform:scaleY(0);-ms-transform:scaleY(0);-o-transform:scaleY(0)}.video-wrapper.paused .pause rect:first-child{transition:transform .3s cubic-bezier(.95,.05,.795,.035) 0s;-webkit-transition:-webkit-transform .3s cubic-bezier(.95,.05,.795,.035) 0s}.video-wrapper.paused .pause rect:last-child{transition:transform .3s cubic-bezier(.95,.05,.795,.035) .1s;-webkit-transition:-webkit-transform .3s cubic-bezier(.95,.05,.795,.035) .1s}.is-ie .video-wrapper.paused .pause{display:none}.video-wrapper.paused .play{transform:none;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transition:transform .3s cubic-bezier(.19,1,.22,1) .5s;-webkit-transition:-webkit-transform .3s cubic-bezier(.19,1,.22,1) .5s}.is-ie .video-wrapper.paused .play{display:block}.img-full .disney-img-300,.img-full .disney-img-700{display:none}.img-full img{width:100%;height:auto}.wrapper-sections{position:relative}.btn--retornar{text-align:left;width:55px;position:absolute;right:-65px;z-index:99;top:75px;background-color:transparent;border:none;word-wrap:break-word;font-family:ProximaNova-Thin;font-size:2.5rem;line-height:30px;letter-spacing:2.4px;color:#b8bcc1;transition:all .4s linear}.btn--retornar:hover,.btn--retornar:hover i{color:#fff}.btn--retornar i{transition:all .4s linear;color:#17191b;font-size:45px;font-weight:700}.c-badge{font-family:ProximaNova-Light;font-size:1.6rem;color:#b8bcc1;text-transform:uppercase;position:relative;display:inline-block;padding-top:3px}.c-badge:after{content:"";position:absolute;width:46px;height:2px;background:#fff;top:0;left:1px}.c-badge.c-badge--marketing:after{background-color:#99255a}.c-badge.c-badge--design:after{background-color:#f78334}.c-badge.c-badge--sistemas:after{background-color:#b5c93f}.c-badge.c-badge--web:after{background-color:#1e9b94}.btn-acesse{width:126px;height:33px;text-transform:uppercase;font-size:1.6rem;font-family:ProximaNova-Regular;letter-spacing:.75px;font-weight:600;transition:background-color .5s ease}.btn-acesse.btn-laranja{border:2px solid #fff;background-color:#f78334;color:#fff}.btn-acesse.btn-laranja:hover{background-color:#fff;color:#f78334}.btn-acesse.btn--greyl{border:2px solid #222428;background-color:#b8bcc1;color:#222428}.btn-acesse.btn--greyl:hover{background-color:#222428;color:#b8bcc1}.btn-acesse.btn-grey{border:2px solid #b8bcc1;background-color:#17191b;color:#b8bcc1}.btn-acesse.btn-grey:hover{background-color:#b8bcc1;color:#17191b}.bloco-cliente h2{font-size:3rem;font-family:ProximaNova-Thin;text-transform:uppercase;color:#b8bcc1;font-weight:300;letter-spacing:1px}.bloco-cliente h2 span{font-family:ProximaNova-Bold}.bloco-cliente p{font-family:ProximaNova-Light;color:#b8bcc1;line-height:30px;font-size:1.6rem;margin-bottom:30px}.bloco-video{margin-top:80px}.bloco-video .btn--video{height:72px;width:72px;border-radius:50%;border:4px solid #b8bcc1;background-color:transparent;position:relative}.bloco-video .triangle-play{border-color:transparent transparent transparent #b8bcc1;border-width:15px 0 15px 25px;top:50%;margin-left:-10px;margin-top:-15px}.bloco-video .triangle-play,.bloco-video .triangle-play:after{width:0;height:0;display:block;border-style:solid;position:absolute;left:50%}.bloco-video .triangle-play:after{content:"";margin-left:-21px;margin-top:-8px;border-color:transparent transparent transparent #000;border-width:8px 0 8px 14px}.bloco-video .w-video{background-image:url(../../src/img/video-gsk.png);height:712px;background-size:cover;width:1270px;display:block;margin:0 auto;position:relative}.bloco-video .w-video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.bloco-video .w-video .c-video__caption{position:absolute;bottom:20px;right:16px;text-align:right}.bloco-video .w-video .c-video__caption h2{text-transform:uppercase;font-size:3rem;letter-spacing:3px;color:#b8bcc1;font-family:ProximaNova-Thin}.bloco-video .w-video .c-video__caption h2 strong{font-family:ProximaNova-Bold}.bloco-destaque-prodweb .w-bloco-destaque-prodweb{z-index:-1;width:100%;position:absolute;background-image:url(../../src/img/destaque-bg.png);background-size:cover;background-position-x:center;height:790px}.bloco-destaque-prodweb .w-bloco-destaque-prodweb-content{width:1530px;display:flex;margin:0 auto}.bloco-destaque-prodweb .destaque-left{width:745px;padding-top:290px;z-index:10;padding-left:130px}.bloco-destaque-prodweb h1{font-weight:400;height:275px;width:362px;background-color:#99255a;padding-left:75px;display:flex;flex-direction:column;justify-content:center;transition:background .2s linear;-webkit-transition:background .2s linear;-moz-transition:background .2s linear;-ms-transition:background .2s linear;-o-transition:background .2s linear}.bloco-destaque-prodweb h1 a{font-family:ProximaNova-Light;font-size:2.4rem;color:#fff;text-transform:uppercase;line-height:50px;letter-spacing:2.4px;position:relative;text-decoration:none}.bloco-destaque-prodweb h1 a:after{content:"";position:absolute;opacity:0;top:0;left:0;height:2px;width:0;background-color:#fff;transition:all .2s linear;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-ms-transition:all .2s linear;-o-transition:all .2s linear}.bloco-destaque-prodweb h1 a:hover:after{width:68px;opacity:1}.bloco-destaque-prodweb h2{display:inline-block;font-family:ProximaNova-Thin;font-size:3.6rem;color:#fff;text-transform:uppercase;font-weight:500;letter-spacing:3.6px;line-height:1.3em;margin-bottom:.6em}.bloco-destaque-prodweb h2 strong{font-family:ProximaNova-Bold}.bloco-destaque-prodweb p{display:block;font-family:ProximaNova-Light;font-size:1.6rem;line-height:30px;color:#fff;z-index:-1}.bloco-estante-magica{margin-top:35px;height:auto;min-height:418px;width:100%;background-color:#17191b;padding:35px 38px 20px}.bloco-estante-magica h2{margin-top:38px}.bloco-estante-magica .logo{display:block;margin:0 auto}.bloco-estante-magica p{color:#b8bcc1;font-family:ProximaNova-Light;font-size:1.6rem;line-height:30px;margin-bottom:22px}.bloco-estante-magica .w-badges{display:flex;justify-content:space-between;width:252px;float:right;margin-top:13px}.blocos-gsk{position:relative;height:1821px;width:1530px;display:flex;margin:-92px auto 0}.box-left{width:490px}.box-left img{width:100%;height:auto}.box-masonry{display:flex;overflow:hidden}.box-masonry h2{font-size:3rem;font-family:ProximaNova-Thin;text-transform:uppercase;color:#b8bcc1;font-weight:300;letter-spacing:1px;width:100%;color:#fff;line-height:1.2}.box-masonry h2 span{font-family:ProximaNova-Bold;color:#fff;display:block}.box-masonry p{font-family:ProximaNova-Light;color:#b8bcc1;line-height:30px;font-size:1.6rem;color:#fff;font-weight:500;margin:5px 0 0}.box-masonry button{margin-top:10px}.box-respeite-sua-receita{width:1010px;display:flex;position:absolute;top:166px;left:0;height:292px}.respeite-sua-receita-banner{display:flex;height:auto;min-height:292px;width:520px;background-image:url(../../src/img/img-linha-respiratoria-3d.png);background-size:cover}.respeite-sua-receita-banner img{width:100%;height:auto}.respeite-sua-receita-banner video{width:100%!important;height:auto!important;-o-object-fit:cover;object-fit:cover}.box-gsk-header{height:289px;width:520px;background-color:#17191b;position:absolute;right:0;top:0;display:block;padding-top:70px}.box-gsk-header .w-badges{width:306px;display:flex;justify-content:space-between;position:absolute;bottom:18px;right:53px}.box-gsk-header img{display:block;margin:0 auto;width:300px}.box-helper-header{height:166px;width:1010px;display:flex}.box-dose-certa{width:490px;height:503px;background-color:#17191b;position:absolute;left:0;top:458px;padding-left:38px;padding-top:18px;padding-right:18px;display:flex;flex-direction:column}.box-dose-certa h2{margin-top:90px;color:#b8bcc1}.box-dose-certa h2 span,.box-dose-certa p{color:#b8bcc1}.box-dose-certa>img{margin-left:auto;width:80px;height:69px}.box-dose-certa:hover .box-dose-certa-hover{height:100%}.box-dose-certa-hover{height:0;width:100%;position:absolute;bottom:0;left:0;transition:height .2s ease-in;background-image:url(../../src/img/dose-certa-hover.png);background-size:cover}.box-dose-certa-hover img{width:100%}.box-chega-de-asma{height:500px;width:520px;background-color:#b8bcc1;position:absolute;right:0;display:flex;flex-direction:column;padding-top:18px;padding-right:18px;padding-left:38px;top:290px}.box-chega-de-asma>img{width:220px;height:64px;margin-left:auto}.box-chega-de-asma h2{color:#222428;margin-top:100px}.box-chega-de-asma h2 span,.box-chega-de-asma p{color:#222428}.box-chega-de-asma:hover .box-chega-de-asma-hover{height:100%}.box-chega-de-asma-hover{height:0;width:100%;position:absolute;bottom:0;left:0;transition:height .2s ease-in;background-image:url(../../src/img/chega-de-asma-hover.png);background-size:cover}.box-chega-de-asma-hover img{width:100%}.box-futuros-lideres{background-color:#0088ce;width:520px;height:565px;position:absolute;left:490px;top:961px;background-image:url(../../src/img/redes-sociais.png);background-size:contain;background-repeat:no-repeat;background-position:50%}.box-futuros-lideres:hover .box-futuros-lideres-hover{height:100%}.box-futuros-lideres-hover{height:0;width:100%;position:absolute;background-color:#b8bcc1;bottom:0;left:0;transition:height .2s ease-in;padding-left:38px;padding-right:18px;padding-top:0}.box-futuros-lideres-hover i{float:right;padding-top:18px;font-size:30px;color:#fff}.box-futuros-lideres-hover h2{margin-top:214px;color:#222428}.box-futuros-lideres-hover h2 span,.box-futuros-lideres-hover p{color:#222428}.box-futuros-lideres-hover img{width:100%}.box-linha-respiratoria{min-height:292px;height:auto;width:520px;position:absolute;right:0;top:790px;background-image:url(../../src/img/img-pills.png);background-size:cover}.box-linha-respiratoria:hover .box-linha-respiratoria-hover{height:100%}.box-linha-respiratoria-hover{height:0;width:100%;position:absolute;background-color:#17191b;bottom:0;left:0;transition:height .2s ease-in;padding-left:38px;padding-right:38px;display:flex;flex-direction:column}.box-linha-respiratoria-hover h2{color:#b8bcc1;margin-top:37px}.box-linha-respiratoria-hover h2 span,.box-linha-respiratoria-hover p{color:#b8bcc1}.box-linha-respiratoria-hover img{width:100%}.box-sonrisal-site{width:490px;height:auto;min-height:294px;background-color:#17191b;position:absolute;left:0;bottom:0;flex-direction:column;justify-content:center;padding:20px 38px}.box-sonrisal-site h2,.box-sonrisal-site h2 span,.box-sonrisal-site p{color:#b8bcc1}.box-small-1{right:520px;background-color:#222428}.box-small-1,.box-small-2{height:294px;width:520px;position:absolute;bottom:0;display:flex;align-items:flex-end}.box-small-2{background:red;right:0;background-color:#222428}.c-box__categorias{margin-left:288px;margin-top:70px}.box-small-logo{width:230px;height:181px;background-color:#17191b;margin-left:30px;display:flex;justify-content:center;align-items:center;position:relative}.box-small-logo a{position:absolute;top:0;left:0;height:100%;width:100%}.box-sonrisal-banner{height:276px;width:490px;position:absolute;top:1251px;left:0}.box-sonrisal-banner img{width:100%;height:auto}.box-webapp-caca{height:447px;width:520px;background-color:#b5c93f;position:absolute;top:1079px;right:0;flex-direction:column;justify-content:center;padding:0 38px}.box-webapp-caca:hover .box-webapp-caca-hover{height:100%}.box-webapp-caca-hover{height:0;width:100%;position:absolute;bottom:0;left:0;transition:height .2s ease-in;background-image:url(../../src/img/caca-palavras-hover.png);background-size:cover}.box-webapp-demiology{width:490px;height:289px;background-color:#1e9b94;position:absolute;left:0;top:961px;padding:0 38px;flex-direction:column;justify-content:center}.box-webapp-demiology:hover .box-webapp-demiology-hover{height:100%}.box-webapp-demiology-hover{height:0;width:100%;position:absolute;bottom:0;left:0;transition:height .2s ease-in;background-image:url(../../src/img/webapp-demiology-hover.png);background-size:cover}.box-webapp-demiology-hover img{width:100%}.box-annual-report{height:503px;width:520px;background-color:#99255a;position:absolute;left:490px;top:458px;flex-direction:column;justify-content:center;padding:0 38px}.box-annual-report:hover .box-annual-report-hover{height:100%}.box-annual-report-hover{height:0;width:100%;position:absolute;bottom:0;left:0;transition:height .2s ease-in;background-image:url(../../src/img/anual-report-hover.png);background-size:cover}.blog-respeite-sua-receita{min-height:292px;height:auto;width:490px;background-color:#f78334;padding:20px 38px;display:flex;justify-content:center;flex-direction:column}.box-respeite-sua-receita-banner{width:520px;height:490px}.bloco-gsk{margin-top:66px}.bloco-gsk .col-gsk-left{padding:0;width:490px;margin-top:173px}.bloco-gsk .col-gsk-mid{padding:0;width:520px;margin-top:173px}.bloco-gsk .col-gsk-right{padding:0;width:520px}.bloco-gsk .boxes-gsk{padding-left:38px;padding-right:38px}.bloco-gsk .video-gsk{margin-top:80px}.bloco-gsk .blog-respeite-sua-receita{background-color:#f78334;height:354px;display:flex;justify-content:center;flex-direction:column}.bloco-gsk .blog-respeite-sua-receita h2{width:100%;color:#fff;line-height:1.2}.bloco-gsk .blog-respeite-sua-receita h2 span{color:#fff;display:block}.bloco-gsk .blog-respeite-sua-receita p{color:#fff;font-weight:500;margin:5px 0 0}.bloco-gsk .blog-respeite-sua-receita button{margin-top:10px}.bloco-gsk .w-webapp-dose-certa{height:503px;overflow:hidden}.bloco-gsk .webapp-dose-certa{background-color:#17191b;height:503px;position:relative;cursor:pointer;transition:transform .2s linear}.bloco-gsk .webapp-dose-certa:hover{transform:translate3d(0,-100%,0)}.bloco-gsk .webapp-dose-certa-content{padding-top:18px}.bloco-gsk .webapp-dose-certa-content h2{padding-top:80px}.bloco-gsk .webapp-dose-certa-content img{display:flex;margin-left:auto}.bloco-gsk .hover-box-gsk{cursor:pointer;transition:transform .2s linear}.bloco-gsk .hover-box-gsk:hover{transform:translate3d(0,-100%,0)}.bloco-gsk .hover-box-gsk img{width:100%;height:auto}.bloco-gsk .webapp-dose-certa:hover~.hover-box-gsk{transform:translate3d(0,-100%,0)}.bloco-gsk .w-webapp-demiology{height:289px;overflow:hidden}.bloco-gsk .webapp-demiology:hover~.hover-box-gsk{transform:translate3d(0,-100%,0)}.bloco-gsk .webapp-demiology{height:289px;background-color:#1e9b94;display:flex;justify-content:center;flex-direction:column;transition:transform .2s linear}.bloco-gsk .webapp-demiology:hover{transform:translate3d(0,-100%,0)}.bloco-gsk .webapp-demiology img{width:100%;height:auto}.bloco-gsk .webapp-demiology h2{width:100%;color:#fff;line-height:1.2}.bloco-gsk .webapp-demiology h2 span{color:#fff;display:block}.bloco-gsk .webapp-demiology p{color:#fff;font-weight:500;margin:5px 0 0}.bloco-gsk .sonrisal-destaque img{height:auto;width:100%}.bloco-gsk .gsk-small{height:292px;display:flex;align-items:flex-end}.bloco-gsk .gsk-small .box-gsk-small{margin-left:30px;display:flex;justify-content:center;align-items:center;height:181px;width:230px;background-color:#17191b}.bloco-gsk .site-sonrisal{height:292px;display:flex;justify-content:center;flex-direction:column;padding-left:38px;padding-right:38px;background-color:#17191b}.bloco-gsk .site-sonrisal h2{width:100%;color:#b8bcc1;line-height:1.2}.bloco-gsk .site-sonrisal h2 span{color:#b8bcc1;display:block}.bloco-gsk .site-sonrisal p{color:#b8bcc1;font-weight:500;margin:5px 0 0}.bloco-gsk .site-sonrisal button{margin-top:10px}.bloco-gsk .header-gsk{background-color:#17191b;height:289px;opacity:0;padding-top:70px;position:relative}.bloco-gsk .header-gsk .logo{display:block;margin:0 auto}.bloco-gsk .header-gsk .w-badges{position:absolute;right:52px;bottom:20px;width:305px;display:flex;justify-content:space-between}.bloco-gsk .w-anual-report{height:503px;overflow:hidden}.bloco-gsk .anual-report{display:flex;flex-direction:column;justify-content:center;height:503px}.bloco-gsk .anual-report h2{width:100%;color:#fff;line-height:1.2}.bloco-gsk .anual-report h2 span{color:#fff;display:block}.bloco-gsk .anual-report p{color:#fff;font-weight:500;margin:5px 0 0}.bloco-gsk .anual-report button{margin-top:10px}.bloco-gsk .site-anual-report:hover~.hover-box-gsk{transform:translate3d(0,-100%,0)}.bloco-gsk .site-anual-report{background-color:#99255a;height:503px}.bloco-gsk .video-linha-respiratoria{height:412px}.bloco-gsk .video-linha-respiratoria img{width:100%;height:auto}.bloco-gsk .webapp-caca-palavras{background-color:#b5c93f;height:389px;display:flex;justify-content:center;flex-direction:column;padding-left:38px;padding-right:38px;transition:transform .2s linear}.bloco-gsk .webapp-caca-palavras h2{width:100%;color:#fff;line-height:1.2}.bloco-gsk .webapp-caca-palavras h2 span{font-family:ProximaNova-Bold;color:#fff;display:block}.bloco-gsk .webapp-caca-palavras p{color:#fff;font-weight:500;margin:5px 0 0}.bloco-gsk .site-chega-de-asma{height:503px;background-color:#b8bcc1;display:flex;flex-direction:column;position:relative;cursor:pointer;transition:transform .2s linear;padding-left:38px;padding-right:38px;padding-top:18px}.bloco-gsk .site-chega-de-asma img{display:flex;margin-left:auto}.bloco-gsk .site-chega-de-asma h2{width:100%;color:#222428;line-height:1.2;padding-top:80px}.bloco-gsk .site-chega-de-asma h2 span{font-family:ProximaNova-Bold;color:#222428;display:block}.bloco-gsk .site-chega-de-asma p{color:#222428;font-weight:500;margin:5px 0 15px}.bloco-gsk .site-chega-de-asma .btn-grey-light{border:2px solid #222428;background-color:#b8bcc1;color:#222428}.bloco-gsk .w-futuros-lideres{height:564px;overflow:hidden}.bloco-gsk .futuros-lideres{height:564px}.bloco-disney{margin-top:80px}.bloco-disney .container-nopd{margin-top:-318px}.bloco-disney .header-disney{height:289px;background-color:#17191b;width:100%;transition:opacity .2s linear;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;-ms-transition:opacity .2s linear;-o-transition:opacity .2s linear;overflow:hidden;position:relative;padding:50px 38px 15px}.bloco-disney .header-disney .logo{display:block;margin:0 auto}.bloco-disney .header-disney .w-badges{float:right;width:255px;justify-content:space-between;display:flex;margin-top:66px}.bloco-disney .col-disney-quiz{padding-right:0}.bloco-disney .quiz-volta-as-aulas{height:auto;min-height:310px;background-color:#99255a;display:flex;justify-content:center;flex-direction:column;transition:transform .2s linear;padding:20px 38px}.bloco-disney .quiz-volta-as-aulas h2{width:100%;color:#fff;line-height:1.2}.bloco-disney .quiz-volta-as-aulas h2 span{font-family:ProximaNova-Bold;color:#fff;display:block}.bloco-disney .quiz-volta-as-aulas p{color:#fff;font-weight:500;margin:5px 0 0}.bloco-disney .quiz-destaque img{width:100%;height:auto}.bloco-disney .col-disney-expo{margin-top:142px;padding-left:0;padding-right:0}.bloco-disney .expo-disney-2017{min-height:503px;height:auto;background-color:#b5c93f;display:flex;justify-content:center;flex-direction:column;transition:transform .2s linear;padding:20px 38px}.bloco-disney .expo-disney-2017 h2{width:100%;color:#fff;line-height:1.2}.bloco-disney .expo-disney-2017 h2 span{font-family:ProximaNova-Bold;color:#fff;display:block}.bloco-disney .expo-disney-2017 p{color:#fff;font-weight:500;margin:5px 0 0}.bloco-disney .expo-disney-2017 .btn--verde{border:2px solid #fff;background-color:#b5c93f;color:#fff;margin-top:10px}.bloco-disney .expo-disney-2017 .btn--verde:hover{background-color:#fff;color:#b5c93f}.bloco-disney .col-disney-violetta{margin-top:283px;padding-left:0}.bloco-disney .quiz-violetta{background-color:#f78334;height:auto;min-height:409px;display:flex;justify-content:center;flex-direction:column;transition:transform .2s linear;padding:20px 38px}.bloco-disney .quiz-violetta h2{width:100%;color:#fff;line-height:1.2}.bloco-disney .quiz-violetta h2 span{font-family:ProximaNova-Bold;color:#fff;display:block}.bloco-disney .quiz-violetta p{color:#fff;font-weight:500;margin:5px 0 0}.bloco-disney .violetta-destaque img{width:100%;height:auto}.bloco-accenture{margin-bottom:60px;margin-top:40px}.c-box-accenture{height:90px;position:relative}.c-cliente-box{min-height:363px;height:auto;background-color:#17191b;z-index:10;position:absolute;top:0;left:0;width:100%;padding:20px 38px}.c-cliente-header-box{height:135px;display:flex;align-items:center;justify-content:center}.c__el__footer{width:100%}.c__el__footer,.c__el__footer .w-badges{display:flex;justify-content:space-between}.c__el__footer .w-badges{width:150px;align-items:flex-end}.c__me__footer{width:100%}.c__me__footer,.c__me__footer .w-badges{display:flex;justify-content:space-between}.c__me__footer .w-badges{width:254px;align-items:flex-end}.c__mc__footer{display:flex;justify-content:flex-end;width:100%}.c__mc__footer .w-badges{width:150px;display:flex;justify-content:space-between;align-items:flex-end}.clientes-2col .col-lg-6-right{padding-left:40px}.clientes-2col .col-lg-6-left{padding-right:40px}.clientes-2col .c-header-clientes2col{background-color:#17191b;min-height:410px;height:auto;padding:20px 38px}.clientes-2col .c-header-clientes2col .logo-clientes2col{height:135px;display:flex;align-items:center;justify-content:center}.clientes-2col .c-content-clientes2col,.clientes-2col .c-content-clientes2col img{width:100%;height:auto}.outros-clientes{margin:80px 0}.outros-clientes .c-outros-clientes{position:relative;height:181px;width:100%;background-color:#17191b;display:flex;align-items:center;justify-content:center}.outros-clientes .c-outros-clientes a{position:absolute;height:100%;width:100%;left:0;top:0}@media (min-width:1590px){.container{width:1560px}.col-xl-5{width:41.66666667%}}@media (max-width:1590px){.bloco-disney .header-disney{min-height:289px;height:auto}.col-accenture-fix1{width:360px}.btn--retornar{font-size:1.9rem;line-height:24px;width:44px;text-align:left;right:-54px}.btn--retornar i{font-size:30px}.box-masonry h2{font-size:2.5rem;letter-spacing:1.8px}.box-masonry h2 span{font-size:2.4rem}.box-masonry p{font-size:1.6rem;line-height:30px}.bloco-destaque-prodweb .w-bloco-destaque-prodweb{height:580px}.bloco-destaque-prodweb .w-bloco-destaque-prodweb-content{width:1140px}.bloco-destaque-prodweb .destaque-left{padding-left:98px;width:560px;padding-top:310px}.bloco-destaque-prodweb h2{margin-top:0}.blocos-gsk{width:1140px;margin-top:-130px;height:1475px}.bloco-video{margin-top:60px}.bloco-video .w-video{height:530px;width:945px}.bloco-disney{margin-top:60px}.box-respeite-sua-receita{width:750px;height:263px;left:0;top:180px}.blog-respeite-sua-receita{width:360px;padding:20px 28px;min-height:263px;height:auto}.respeite-sua-receita-banner{height:100%;width:390px}.box-gsk-header{width:390px;height:289px}.box-gsk-header>img{width:225px;height:72px}.box-gsk-header .w-badges{width:305px;right:45px}.box-dose-certa{top:443px;width:360px;height:374px;padding-left:28px}.box-dose-certa h2{margin-top:22px}.box-dose-certa>img{width:62px;height:54px}.box-annual-report{top:443px;width:390px;height:374px;left:360px}.box-annual-report-hover img{width:100%}.box-chega-de-asma{width:390px;height:374px;top:290px;padding-left:28px}.box-chega-de-asma>img{width:161px;height:47px}.box-chega-de-asma h2{margin-top:26px}.box-webapp-demiology{top:816px;height:241px;width:360px;padding-left:28px}.box-futuros-lideres{top:816px;height:417px;width:390px;left:360px;padding-left:28px}.box-futuros-lideres h2{margin-top:125px}.box-linha-respiratoria{height:292px;width:390px;top:662px}.box-linha-respiratoria img{width:100%;height:auto}.box-linha-respiratoria-hover h2{margin-top:55px}.box-webapp-caca{top:954px;height:279px;width:390px;padding-left:28px}.box-sonrisal-site{min-height:241px;height:auto;width:360px;top:1234px}.box-small-1{width:390px;height:241px;top:1234px;left:360px}.box-small-1 .stiefel img{width:114px;height:52px}.box-small-1 .relvar img{width:140px;height:31px}.box-small-2{width:390px;height:241px;top:1234px;left:750px}.box-small-2 .naso-clean img{width:125px;height:76px}.box-small-2 .sensodyne img{width:147px;height:50px}.box-small-logo{height:130px;width:165px}.box-sonrisal-banner{height:177px;width:360px;top:1057px}.box-sonrisal-banner img{width:100%;height:auto}.hidden-lg-custom{display:none}.c-box__categorias{margin-top:54px;margin-left:225px}.bloco-destaque-prodweb h1{min-height:200px;height:auto;padding-left:39px;width:264px}.bloco-destaque-prodweb h1 a{font-size:1.8rem;line-height:42px;letter-spacing:1.35px}.bloco-destaque-prodweb h1 a:hover:after{width:46px;height:3px}.bloco-destaque-prodweb h2{font-size:2.8rem;letter-spacing:2.1px}.bloco-destaque-prodweb p{display:none}.bloco-estante-magica{height:420px;padding:30px 30px 18px;margin-top:0}.bloco-estante-magica h2{margin-top:18px}.bloco-estante-magica .logo{width:131px}.bloco-estante-magica p{display:block}.bloco-cliente h2{font-size:2.5rem}.bloco-cliente p{font-size:1.6rem}.bloco-disney .col-disney-quiz{width:375px}.bloco-disney .col-disney-violetta{padding-right:0}.bloco-disney .expo-disney-2017,.bloco-disney .quiz-violetta,.bloco-disney .quiz-volta-as-aulas{padding-left:28px;padding-right:28px}.bloco-disney .header-disney .logo{width:224px}.bloco-disney .expo-destaque{min-height:266px;height:auto}.bloco-disney .expo-destaque img{width:100%;height:auto}.bloco-disney .container-nopd{margin-top:-289px}.bloco-disney .col-disney-violetta{margin-top:289px}.bloco-disney .col-disney-expo{margin-top:178px}.bloco-disney .violetta-destaque img{height:100%}.bloco-disney .quiz-volta-as-aulas{min-height:241px;height:auto}.bloco-disney .quiz-destaque{height:374px}.bloco-disney .expo-disney-2017{min-height:374px;height:auto}.bloco-disney .quiz-violetta{min-height:292px;height:auto}.bloco-disney .violetta-destaque{min-height:323px;height:auto}.bloco-gsk{margin-top:100px}.bloco-gsk .boxes-gsk{padding-left:28px;padding-right:28px}.bloco-gsk .gsk-small{height:241px}.bloco-gsk .gsk-small .box-gsk-small{height:130px}.bloco-gsk .gsk-small .box-gsk-small img{width:70%}.bloco-gsk .header-gsk .logo{width:225px}.bloco-gsk .webapp-dose-certa{height:374px}.bloco-gsk .webapp-dose-certa-content img{width:62px}.bloco-gsk .webapp-demiology{height:241px}.bloco-gsk .site-anual-report{height:374px}.bloco-gsk .video-linha-respiratoria{height:292px}.bloco-gsk .webapp-caca-palavras{height:281px}.bloco-gsk .site-sonrisal{height:241px}.bloco-gsk .futuros-lideres,.bloco-gsk .w-futuros-lideres{height:417px}.bloco-gsk .site-chega-de-asma{height:374px}.bloco-gsk .site-chega-de-asma img{width:161px}.bloco-gsk .col-gsk-left{padding-right:0;padding-left:15px;width:375px}.bloco-gsk .col-gsk-mid{width:390px;margin-top:173px}.bloco-gsk .col-gsk-mid img{width:100%;height:auto}.bloco-gsk .col-gsk-right{width:390px}.bloco-gsk .blog-respeite-sua-receita,.bloco-gsk .respeita-sua-receita-destaque{height:263px}.video-gsk img{width:100%;height:auto}.btn-acesse{display:none}.c__el__footer,.c__me__footer{justify-content:flex-end}.logo-entreaslinhas{width:227px;height:24px}.logo-maisestilo{width:95px;height:58px}.c-cliente-box{width:390px;min-height:350px;height:auto}.clientes-2col .c-header-clientes2col{min-height:400px;height:auto}.clientes-2col .c-header-clientes2col .logo-clientes2col{height:115px}.outros-clientes{margin:60px 0}.outros-clientes .c-outros-clientes{height:130px;padding:12px}.outros-clientes .c-outros-clientes img{height:auto;max-width:100%}}@media (max-width:1279px){.wrapper-svg h2{font-size:2rem}.bloco-destaque-prodweb .w-bloco-destaque-prodweb-content{width:720px}.bloco-destaque-prodweb .destaque-left{width:313px;padding-left:0;padding-top:180px}.bloco-video .w-video{height:334px;width:595px;display:block;margin:0 auto}.bloco-estante-magica{height:539px}.blocos-gsk{width:720px;margin-top:-185px;height:2017px}.box-gsk-header{width:360px;height:234px}.blog-respeite-sua-receita{padding-left:18px}.box-respeite-sua-receita{width:100%;top:234px;height:263px}.box-chega-de-asma{left:0;right:inherit;height:374px;top:496px;width:360px;padding-left:18px}.box-annual-report{left:0;top:870px;height:292px;padding-left:18px}.box-sonrisal-site{top:1603px;padding-left:18px}.box-futuros-lideres{top:1160px;height:386px}.box-futuros-lideres-hover,.box-webapp-caca{padding-left:18px}.box-webapp-caca{top:1546px;height:296px}.box-webapp-demiology{left:0;top:1160px;padding-left:18px;height:308px}.box-sonrisal-banner{top:1400px;height:202px}.box-linha-respiratoria{top:870px}.box-linha-respiratoria-hover{padding-left:18px}.box-linha-respiratoria-hover h2{margin-top:52px}.box-dose-certa{height:374px;right:0;left:inherit;top:496px;padding-left:18px}.box-small-1{top:1842px;left:0;width:360px;height:175px}.box-small-1 .stiefel{margin-left:0}.box-small-1 .relvar{margin-right:15px}.box-small-2{top:1842px;width:360px;right:0;height:175px;left:inherit}.box-small-2 .naso-clean{margin-left:15px}.box-small-logo{width:157px;height:130px}.blog-respeite-sua-receita,.box-annual-report,.box-dose-certa,.box-futuros-lideres,.box-linha-respiratoria,.box-sonrisal-banner,.box-webapp-caca,.box-webapp-demiology,.respeite-sua-receita-banner{width:360px}}@media (max-width:1279px){.btn--retornar{display:none}.box-annual-report{min-height:292px;height:auto}.box-sonrisal-site{min-height:241px;height:241px;position:relative;padding-left:20px;padding-right:20px}.box-linha-respiratoria{min-height:292px;height:auto}.box-gsk-header{min-height:234px;height:auto;padding:46px 20px 16px}.box-gsk-header>img{margin-bottom:75px}.box-gsk-header .w-badges{display:flex;justify-content:space-between;width:305px;position:static}.img-full .disney-img-full{display:none}.img-full .disney-img-700{display:block}.bloco-disney .quiz-destaque{min-height:374px;height:auto}.box-webapp-demiology{min-height:241px;height:auto}.box-webapp-caca{min-height:296px;height:auto}.bloco-disney{position:relative}.bloco-disney .container-nopd{margin-top:-234px;width:720px}.bloco-disney .header-disney{min-height:234px;height:auto;width:360px;padding-top:45px;padding-left:20px;padding-right:20px}.bloco-disney .header-disney .w-badges{margin-top:40px}.bloco-disney .quiz-destaque img{height:100%}.bloco-disney .w-quiz-violetta{width:50%}.bloco-disney .violetta-destaque{width:50%;height:292px}.bloco-disney .violetta-destaque img{height:100%}.bloco-disney .expo-disney-2017,.bloco-disney .quiz-violetta,.bloco-disney .quiz-volta-as-aulas{padding-left:20px;padding-right:20px}.bloco-disney .col-disney-violetta{display:flex;flex-wrap:wrap;width:100%;margin-top:0;padding:0}.bloco-disney .col-disney-quiz{display:flex;flex-wrap:wrap;width:360px;padding-left:0}.bloco-disney .quiz-volta-as-aulas{padding-left:20px;padding-right:20px}.bloco-disney .col-disney-expo{margin-top:234px;padding-right:0;width:360px}.bloco-disney .col-disney-expo .expo-destaque{min-height:241px;height:241px}.bloco-disney .col-disney-expo .expo-destaque img{height:100%}.bloco-accenture{margin-bottom:42px}.c-box__categorias{margin-left:185px}.c-box__categorias h1{min-height:180px;height:auto;padding-left:18px;width:220px}.bloco-estante-magica{padding-left:20px;padding-right:20px;min-height:539px;height:auto;width:313px}.bloco-estante-magica h2 span{display:block}.clientes-2col .col-lg-6-left{padding-right:15px}.clientes-2col .col-lg-6-right{padding-left:15px}.logo-clientes2col .logo-entreaslinhas{width:227px;height:24px}.logo-clientes2col .logo-maisestilo{width:95px;height:58px}.clientes-2col .c-header-clientes2col{padding-left:20px;padding-right:20px;min-height:400px;height:auto}.c-box-accenture{height:240px}.c-cliente-header-box{height:120px}.c-cliente-box{width:360px;height:auto;min-height:351px;left:50%;margin-left:-180px;padding-left:20px;padding-right:20px}.c-cliente-box .logo-accenture{height:63px;width:163px}}@media (max-width:991px){.clientes-2col .c-header-clientes2col{min-height:490px}}@media (max-width:767px){main{padding-bottom:150px}.hide-m,.wrapper-svg{display:none}.bloco-disney .container-nopd{width:100%;margin-top:-100px}.destaque-right{display:none}.box-futuros-lideres h2{margin-top:0}.box-futuros-lideres-hover h2{padding-top:35px}.img-full .disney-img-700{display:none}.img-full .disney-img-300{display:block}.box-dose-certa-hover,.box-webapp-demiology-hover{background-position:50%}.outros-clientes{margin:40px 0 10px}.outros-clientes .c-outros-clientes{height:107px;margin-bottom:30px}.box-futuros-lideres{left:0;min-height:311px;height:auto;padding:20px;order:6!important}.box-webapp-demiology{height:308px}.clientes-2col .c-header-clientes2col{height:auto;min-height:137px}.clientes-2col .c-header-clientes2col .w-badges,.clientes-2col .c-header-clientes2col h2,.clientes-2col .c-header-clientes2col p{display:none}.bloco-disney .w-quiz-violetta{width:100%}.bloco-disney .header-disney{width:100%;height:auto;min-height:179px}.bloco-disney .header-disney .w-badges{display:none}.bloco-disney .col-disney-expo{margin-top:0;width:100%;padding-left:15px;padding-right:15px}.bloco-disney .col-disney-expo .expo-destaque{height:auto}.bloco-disney .col-disney-violetta{display:none}.bloco-disney .expo-disney-2017{height:auto;min-height:309px;padding:20px}.bloco-disney .col-disney-quiz{width:100%;padding-right:15px;padding-left:15px}.bloco-disney .quiz-destaque{min-height:300px;height:auto;width:100%}.bloco-disney .quiz-volta-as-aulas{min-height:309px;height:auto;padding:20px}.c-box-accenture{height:auto}.c-cliente-box{position:relative;width:100%;height:auto;min-height:137px;margin-left:0;left:inherit}.c-cliente-box .c-cliente-content-box{display:none}.bloco-video .w-video{height:163px;width:100%}.bloco-destaque-prodweb .w-bloco-destaque-prodweb{height:366px}.bloco-destaque-prodweb .w-bloco-destaque-prodweb-content{width:90%}.bloco-destaque-prodweb .destaque-left{padding-top:184px;width:100%}.bloco-destaque-prodweb h1{font-size:2.8rem;letter-spacing:2.1px}.bloco-estante-magica{margin-top:0;width:100%;min-height:529px;height:auto}.bloco-estante-magica .w-badges{display:none}.blocos-gsk{width:90%;flex-direction:column;margin-top:40px;height:auto}.box-masonry{display:flex;order:10}.blog-respeite-sua-receita,.box-annual-report,.box-chega-de-asma,.box-dose-certa,.box-futuros-lideres,.box-gsk-header,.box-linha-respiratoria,.box-small-1,.box-small-2,.box-sonrisal-banner,.box-sonrisal-site,.box-webapp-caca,.box-webapp-demiology,.respeite-sua-receita-banner{width:100%;position:relative;top:auto}.box-gsk-header{min-height:164px;height:auto;order:0;flex-direction:column;justify-content:center;padding-top:0}.box-gsk-header img{margin:0 auto}.box-gsk-header .w-badges{display:none}.box-annual-report{order:3;height:auto;padding:20px;min-height:309px}.box-linha-respiratoria{order:4;min-height:343px;height:auto}.box-linha-respiratoria-hover h2{margin-top:32px}.box-chega-de-asma{display:none}.box-respeite-sua-receita{order:1;top:auto;position:relative;flex-direction:column;height:601px}.box-dose-certa{order:2;top:auto;min-height:364px;height:auto;padding:20px}.box-sonrisal-banner{min-height:163px;height:auto}.box-sonrisal-banner img{height:100%;width:100%}.box-webapp-demiology{order:5;min-height:308px;height:auto;padding:20px}.box-sonrisal-banner{order:6}.box-sonrisal-site{order:7;min-height:308px;height:auto;padding:20px}.box-small-1{order:8;height:138px;display:flex;justify-content:space-between}.box-small-1 .stiefel img{width:91px;height:41px}.box-small-1 .relvar{margin-right:0}.box-small-1 .relvar img{width:112px;height:25px}.box-small-2{order:9;height:138px;display:flex;justify-content:space-between}.box-small-2 .naso-clean{margin-left:0;margin-right:0}.box-small-2 .naso-clean img{width:100px;height:60px}.box-small-2 .sensodyne img{width:118px;height:45px}.box-small-logo{height:107px;margin-left:0;width:45%}.box-small-logo.stiefel{margin-right:30px}.box-webapp-caca{display:none}.blog-respeite-sua-receita{min-height:338px;height:auto;padding:20px}.respeite-sua-receita-banner{min-height:263px;height:auto}}@media (max-width:767px) and (orientation:landscape){.bloco-destaque-prodweb .destaque-left{width:420px;display:block;margin:0 auto}.bloco-estante-magica,.blog-respeite-sua-receita,.box-annual-report,.box-dose-certa,.box-respeite-sua-receita,.box-sonrisal-site,.box-webapp-demiology{min-height:auto;height:auto}.bloco-disney .container-nopd{width:420px}.bloco-video{width:420px;margin:60px auto 0}.img-full .disney-img-700{display:block}.img-full .disney-img-300{display:none}.clientes-2col{width:420px;display:block;margin:0 auto}.blocos-gsk{width:420px;display:flex;margin:40px auto}.outros-clientes{width:420px;display:block;margin:40px auto 10px}.bloco-accenture{width:420px;display:block;margin:40px auto 42px}}.dsp-movel .equipe .c-box-equipe-descricao{padding-top:20px}.dsp-movel .equipe .c-box-equipe-nome{height:110px}.dsp-movel .equipe .c-box-equipe-nome:after{content:"\f106";font-family:FontAwesome;font-style:normal;font-weight:400;text-decoration:inherit;color:#000;position:absolute;left:50%;top:0;font-size:2.5rem;color:#fff;margin-left:-12px;transition:all .2s ease}.dsp-movel .equipe .c-box-equipe-nome.open:after{transform:rotate(180deg)}.equipe{padding-top:70px;background-color:#222428}.equipe a{color:#b8bcc1}.equipe .cta__orcamento{height:44px;width:490px;font-family:ProximaNova-Regular;color:#222428;display:flex;align-items:center;justify-content:center;background-color:#b8bcc1;border:0;font-size:16px;margin-left:auto;margin-right:auto}.equipe .cta__orcamento,.equipe h1{text-transform:uppercase;margin-bottom:20px}.equipe h1{margin-top:70px;font-family:ProximaNova-Light;font-weight:500;font-size:3rem;color:#b8bcc1;line-height:50px;display:inline-block}.equipe h1 a{transition:all .4s linear}.equipe h1 a:hover{text-decoration:none;color:#fff}.equipe .gutter-sizer{width:30px}.equipe .section__equipe{padding-bottom:40px}.equipe .w-equipe{display:flex;justify-content:space-between;flex-wrap:wrap;padding-bottom:60px}.equipe .w-equipe-badges{width:965px;display:flex;justify-content:space-between;float:right;margin-top:74px;margin-right:12px}.equipe .w-equipe-badges a{color:#b8bcc1;transition:all .4s linear}.equipe .w-equipe-badges a:hover{color:#fff;text-decoration:none}.equipe .w-equipe-badges .badge{font-family:ProximaNova-Light;font-size:2.4rem;color:#b8bcc1;text-transform:uppercase;letter-spacing:2.4px;line-height:50px;position:relative}.equipe .w-equipe-badges .badge:before{content:"";width:68px;height:2px;position:absolute;top:0;left:0}.equipe .w-equipe-badges .badge.marketing:before{background-color:#99255a}.equipe .w-equipe-badges .badge.design:before{background-color:#f78334}.equipe .w-equipe-badges .badge.prod:before{background-color:#17191b}.equipe .w-equipe-badges .badge.web:before{background-color:#1e9b94}.equipe .w-equipe-badges .badge.sistemas:before{background-color:#b5c93f}.equipe .c-box-equipe{height:452px;width:360px;margin-bottom:30px;position:relative;cursor:pointer}.equipe .c-box-equipe.design .c-box-equipe-nome{background-color:#f78334}.equipe .c-box-equipe.marketing .c-box-equipe-nome{background-color:#99255a}.equipe .c-box-equipe.web .c-box-equipe-nome{background-color:#1e9b94}.equipe .c-box-equipe.sistemas .c-box-equipe-nome{background-color:#b5c93f}.equipe .c-box-equipe.prodweb .c-box-equipe-nome{background-color:#17191b}.equipe .c-box-equipe-nome{transition:height .2s ease-in;position:absolute;bottom:0;overflow:hidden}.equipe .c-box-equipe-nome .descricao{display:none}.equipe .c-box-equipe:hover .c-box-equipe-nome{height:100%}.equipe .c-box-equipe:hover .c-box-equipe-nome .descricao{display:block}.equipe .c-box-equipe-descricao{position:absolute;top:90px;padding:0 18px 18px;opacity:0;transition:all .25s ease-in;font-family:ProximaNova-Light;font-size:1.6rem;color:#fff;line-height:28px}.equipe .c-box-equipe-descricao p{margin-bottom:15px}.equipe .c-box-equipe:hover .c-box-equipe-descricao{opacity:1}.equipe .c-box-equipe-img{height:360px;width:100%}.equipe .c-box-equipe-img img{height:auto;width:100%}.equipe .c-box-equipe-nome{height:110px;width:100%;padding:18px}.equipe .c-box-equipe-nome .time{font-family:ProximaNova-Light;font-size:1.6rem;letter-spacing:0;color:#fff;position:absolute;bottom:8px}.equipe .c-box-equipe-nome .nome{font-family:ProximaNova-Light;font-size:2.1rem;font-weight:500;letter-spacing:2.4px;text-transform:uppercase;color:#fff;line-height:1;margin-bottom:12px;position:absolute;bottom:57px}.equipe .c-box-equipe-nome .nome span{font-family:ProximaNova-Bold}.equipe .c-box-equipe-nome .funcao{font-family:ProximaNova-Light;font-size:1.6rem;letter-spacing:0;color:#fff;position:absolute;bottom:37px}@media (max-width:1590px){.equipe{padding-top:54px}.equipe h1{margin-top:45px;font-size:2.4rem;margin-bottom:4px}.equipe .c-box-equipe-nome{height:91px;width:100%;padding:18px}.equipe .row{margin:0}.equipe .gutter-sizer{width:15px}.equipe .c-box-equipe{height:353px;width:263px}.equipe .c-box-equipe-img{width:100%;height:263px}.equipe .c-box-equipe-img img{height:100%}.equipe .c-box-equipe-nome .nome{font-size:1.8rem;letter-spacing:-.35px;line-height:50px;margin-bottom:5px;bottom:37px}.equipe .c-box-equipe-nome .funcao{font-size:1.6rem;letter-spacing:0;line-height:30px;bottom:27px}.equipe .c-box-equipe-descricao{top:12px;font-size:1.5rem}.equipe .w-equipe-badges{width:755px;margin-top:45px}.equipe .w-equipe-badges .badge a{font-size:1.8rem;letter-spacing:1.35px}.equipe .w-equipe-badges .badge:before{width:46px;left:1px;top:7px}}@media (max-width:1200px){.equipe .c-box-equipe-nome{height:90px}.equipe .gutter-sizer{width:35px}.equipe h1{margin-top:30px}.equipe .w-equipe{width:626px;margin:0 auto}.equipe .c-box-equipe{height:353px;width:283px}.equipe .row{margin-left:-15px;margin-right:-15px}.equipe .c-box-equipe-img{height:283px}.equipe .w-equipe-badges{width:725px;margin-top:32px}.equipe .equipe-flex{display:flex}}@media (max-width:1200px) and (orientation:landscape){.equipe .w-equipe{width:930px}}@media (max-width:767px){.equipe{padding-bottom:146px}.equipe .cta__orcamento,.equipe .w-equipe{width:100%}.equipe .c-box-equipe{height:auto;width:100%;padding-bottom:90px}.equipe .c-box-equipe-descricao{padding-top:20px}.equipe .c-box-equipe-img,.equipe .c-box-equipe-img img{height:auto}.equipe h1{margin-top:20px;margin-bottom:13px}}@media (max-width:767px) and (orientation:landscape){.equipe .c-box-equipe{width:290px;display:block;margin:0 auto 30px;clear:both;float:none}}.equipe .gutter-sizer{display:none}.sobre{padding-top:70px;background-color:#222428}.sobre .cta__orcamento{height:44px;width:490px;font-family:ProximaNova-Regular;color:#222428;display:flex;align-items:center;justify-content:center;background-color:#b8bcc1;border:0;font-size:16px}.sobre .cta__orcamento,.sobre h1{text-transform:uppercase;margin-bottom:20px}.sobre h1{margin-top:70px;font-family:ProximaNova-Light;font-weight:500;font-size:3rem;color:#b8bcc1;line-height:55px}.sobre h2{font-family:ProximaNova-Thin;font-size:2.4rem;color:#b8bcc1;text-transform:uppercase;line-height:26px;letter-spacing:2.4px;margin-bottom:16px}.sobre h2 span{font-family:ProximaNova-Bold}.sobre p{font-family:ProximaNova-Light;font-weight:500;font-size:1.6rem;line-height:30px;color:#b8bcc1;margin-bottom:34px}@media (max-width:1590px){.sobre{padding-top:54px}.sobre .row{margin:0}.sobre h1{margin-top:45px;font-size:2.4rem}.sobre h2{font-size:2rem;letter-spacing:1.35px;line-height:20px}}@media (max-width:1200px){.sobre .row{margin-left:-15px;margin-right:-15px}.sobre h1{margin-top:30px}}@media (max-width:767px){.sobre{padding-bottom:146px}.sobre .cta__orcamento{height:44px;width:100%;font-family:ProximaNova-Regular;color:#222428;display:flex;align-items:center;justify-content:center;background-color:#b8bcc1;border:0;font-size:16px;text-transform:uppercase}.sobre h1{margin-top:20px;margin-bottom:5px}.sobre h2{font-size:1.78rem}}.clientes .cta__orcamento{height:44px;width:490px;font-family:ProximaNova-Regular;color:#222428;display:flex;align-items:center;justify-content:center;background-color:#b8bcc1;border:0;font-size:16px;text-transform:uppercase;margin-bottom:20px;margin-left:auto;margin-right:auto}.clientes h1{margin-top:70px;font-family:ProximaNova-Light;font-weight:500;font-size:3rem;line-height:55px}.clientes h1,.clientes h2{color:#b8bcc1;text-transform:uppercase;margin-bottom:20px}.clientes h2{font-size:2.5rem;font-family:ProximaNova-Thin;letter-spacing:2.4px;line-height:20px}.clientes h2:before{content:none}.clientes .section__clientes{padding-bottom:40px}.clientes .boxes__cliente{display:flex;justify-content:space-between;margin-bottom:30px;flex-wrap:wrap}.clientes .box__cliente{height:181px;width:230px;background-color:#17191b;align-items:center;justify-content:center;display:flex;margin-bottom:60px}.clientes .box__cliente--empty{height:0!important;margin:0!important}@media (max-width:1590px){.clientes h1{margin-bottom:35px}}@media (max-width:1199px){.clientes .box__cliente{width:190px}.clientes .box__cliente img{max-width:80%}}@media (max-width:1024px){.clientes .box__cliente{height:160px;width:200px}}@media (max-width:767px){.clientes .cta__orcamento{width:100%}.clientes h2{line-height:32px}.clientes .box__cliente{margin-bottom:30px;height:160px;width:45%}.clientes .box__cliente.box__cliente--helper{display:none}.clientes .box__cliente img{max-width:70%}.clientes .box__cliente--empty{margin:0;height:0!important}}@media (max-width:767px) and (orientation:landscape){.clientes .box__cliente{height:164px}}.contato p{margin-bottom:18px}.contato .section-social{height:260px;background-color:#17191b;border-bottom:1px solid #222428;display:flex;align-items:center}.contato .section-social .box-social{display:flex}.contato .section-social .circle-social{width:100px;height:100px;margin:0 auto;border-radius:50%;background-color:#222428;display:flex;align-items:center;justify-content:center;transition:all .4s linear}.contato .section-social .circle-social:hover{text-decoration:none;background-color:#fff}.contato .section-social .circle-social:hover i{transition:all .4s linear;color:#222428}.contato .section-social .circle-social i{font-size:3.8rem;color:#17191b}.contato .c-email{font-family:ProximaNova-Light;font-size:1.6rem;color:#b8bcc1;margin-bottom:22px;display:inline-block;transition:all .4s linear}.contato .c-email:hover{text-decoration:none;color:#fff}.contato .c-email i{margin-right:8px}.contato .c-phones{display:flex}.contato .c-phones a{font-family:ProximaNova-Light;font-size:1.6rem;color:#b8bcc1;display:block;transition:all .4s linear;line-height:30px}.contato .c-phones a:hover{text-decoration:none;color:#fff}.contato .c-phones i{font-size:2.2rem;color:#b8bcc1;margin-right:8px;line-height:30px}.contato form{display:flex;justify-content:space-between;flex-direction:column;min-height:474px;margin-bottom:74px}.contato form .error{color:#f03;font-size:1.6rem}.contato .c-ipt{position:relative}.contato .c-ipt .x-error{display:none;position:absolute;right:15px;top:10px}.contato .c-ipt .x-error i{font-size:2rem;color:#f03}.contato .c-ipt label.error{margin-top:4px;margin-bottom:4px;display:block}.contato input[type=text]{border:1px solid #b8bcc1;font-size:1.6rem;height:43px;width:100%;background-color:transparent;appeareance:none;border-radius:0;color:#b8bcc1;position:relative;font-family:ProximaNova-Light;padding-left:10px;transition:all .4s linear}.contato input[type=text].error{border:1px solid #f03}.contato input[type=email]{border:1px solid #b8bcc1;font-size:1.6rem;height:43px;width:100%;background-color:transparent;appeareance:none;border-radius:0;color:#b8bcc1;transition:all .4s linear;position:relative;font-family:ProximaNova-Light;padding-left:10px}.contato input[type=email].error{border:1px solid #f03}.contato input[type=email].error~label~.x-error{display:block}.contato input[type=email]::-webkit-input-placeholder{color:#b8bcc1;font-family:ProximaNova-Light}.contato input[type=email]::-moz-placeholder{color:#b8bcc1;font-family:ProximaNova-Light}.contato input[type=email]:-ms-input-placeholder{color:#b8bcc1;font-family:ProximaNova-Light}.contato input[type=email]:-moz-placeholder{color:#b8bcc1;font-family:ProximaNova-Light}.contato input[type=text].error~label~.x-error{display:block}.contato input[type=text]::-webkit-input-placeholder{color:#b8bcc1;font-family:ProximaNova-Light}.contato input[type=text]::-moz-placeholder{color:#b8bcc1;font-family:ProximaNova-Light}.contato input[type=text]:-ms-input-placeholder{color:#b8bcc1;font-family:ProximaNova-Light}.contato input[type=text]:-moz-placeholder{color:#b8bcc1;font-family:ProximaNova-Light}.contato textarea::-webkit-input-placeholder{color:#b8bcc1;font-family:ProximaNova-Light}.contato textarea::-moz-placeholder{color:#b8bcc1;font-family:ProximaNova-Light}.contato textarea:-ms-input-placeholder{color:#b8bcc1;font-family:ProximaNova-Light}.contato textarea:-moz-placeholder{color:#b8bcc1;font-family:ProximaNova-Light;padding-left:10px}.contato textarea.error~label~.x-error{display:block}.contato textarea{font-size:1.6rem;padding-left:10px;padding-top:10px;appeareance:none;border-radius:0;color:#b8bcc1;font-family:ProximaNova-Light;height:215px;width:100%;transition:all .4s linear;background-color:transparent;border:1px solid #b8bcc1;resize:none}.contato textarea.error{transition:all .4s linear;border:1px solid #f03}.contato input[type=submit]{height:43px;width:100%;background-color:#b8bcc1;color:#222428;font-size:1.6rem;text-transform:uppercase;border:none;border-radius:0;font-family:ProximaNova-Regular;letter-spacing:1.2px;transition:all .4s linear}.contato input[type=submit]:hover{background-color:#42454b}@media (max-width:1200px){.contato .section-social{height:166px}.contato .section-social .circle-social{height:60px;width:60px}.contato .section-social .circle-social i{font-size:3rem}.contato .box-social{margin:25px auto}}@media (max-width:767px){.contato form{margin-top:42px}.contato .section-social{height:auto}.contato .section-social .circle-social{height:40px;width:40px;margin:0 7px}.contato .section-social .circle-social i{font-size:2rem}.landing-contato-site{padding-bottom:30px!important}.landing-contato-site .box-formulario{bottom:auto!important}}body{padding-bottom:235px}footer{height:235px;background-color:#17191b;position:absolute;bottom:0;left:0;width:100%}footer .container,footer .row{height:100%}footer .col-copyright{display:flex;height:100%;align-items:center;justify-content:flex-end}footer .col-separator{justify-content:center}footer .col-mail,footer .col-separator{display:flex;height:100%;align-items:center}footer .col-mail{justify-content:flex-start}footer .col-telefones{display:flex;height:100%;align-items:center;justify-content:center}footer .col-telefones a{color:#b8bcc1;font-size:1.6rem;line-height:30px;transition:all .4s linear}footer .col-telefones a:hover{color:#b8bcc1;text-decoration:none}footer .col-telefones li{color:#b8bcc1}footer .separator{height:46px;width:2px;background-color:#222428}footer .c-copyright{display:block}footer .c-copyright,footer .c-email{color:#b8bcc1;font-size:1.6rem;line-height:30px}footer .c-email,footer .c-email i{transition:all .4s linear}footer .c-email i{color:#b8bcc1;font-size:1.4rem;margin-right:5px}footer .c-email:hover{color:#b8bcc1;text-decoration:none}footer .c-email:hover i{color:#fff;text-decoration:none}footer .col-gptw{text-align:center;display:flex;height:100%;align-items:center;justify-content:center}footer .col-gptw .selo-gptw{width:230px}@media (max-width:1023px){body{padding-bottom:320px}footer{height:320px;padding-top:30px}footer .col-copyright,footer .col-mail,footer .col-telefones{height:50px}footer .col-gptw{height:auto}footer .col-gptw .selo-gptw{margin-bottom:30px}}@media (max-width:767px){footer{padding:28px 0}footer,footer .col-copyright,footer .col-mail,footer .col-telefones{height:auto}footer .col-copyright,footer .col-mail{justify-content:center}footer .col-copyright{padding-bottom:5px}footer .col-telefones{padding-bottom:18px}footer .col-separator{height:10px;margin-bottom:5px}footer .col-separator .separator{height:2px;width:46px}}main.solucoes-digitais{padding-top:70px}main.solucoes-digitais .content-solution .content-banner{background-size:cover!important;height:483px;display:flex;flex-direction:column;justify-content:center;align-items:center}main.solucoes-digitais .content-solution .content-banner h1{color:#fff;font-family:ProximaNova-Semibold;font-size:45px;font-weight:400;line-height:1.4em;margin:0 0 .2em;text-align:center;text-transform:uppercase}main.solucoes-digitais .content-solution .content-banner h1:before{content:" ";display:block;height:3px;margin:0 auto;width:68px}main.solucoes-digitais .content-solution .content-banner h2{color:#fff;font-family:ProximaNova-Light;font-size:23px;font-weight:400;line-height:1.2em;max-width:500px;text-align:center}main.solucoes-digitais .content-solution .content-banner.mkt{background:url(../../src/img/solucoes-digitais/banner-mkt.png) 50% no-repeat}main.solucoes-digitais .content-solution .content-banner.mkt h1:before{background-color:#99255a}main.solucoes-digitais .content-solution .content-banner.comunicacao-visual-e-design{background:url(../../src/img/solucoes-digitais/banner-comunicacao-visual-e-design.png) 50% no-repeat}main.solucoes-digitais .content-solution .content-banner.comunicacao-visual-e-design h1:before{background-color:#ac5b24}main.solucoes-digitais .content-solution .content-banner.sistemas{background:url(../../src/img/solucoes-digitais/banner-sistemas.png) 50% no-repeat}main.solucoes-digitais .content-solution .content-banner.sistemas h1:before{background-color:#b5c93f}main.solucoes-digitais .content-solution .content-cards{padding-top:108px;text-align:center}main.solucoes-digitais .content-solution .content-cards .cards{display:inline-block;margin:0 0 60px;text-align:center;vertical-align:top;width:28%}main.solucoes-digitais .content-solution .content-cards .cards .icon{background-color:#17191b;border-radius:50%;display:flex;justify-content:center;align-items:center;height:218px;margin:0 auto 45px;width:218px}main.solucoes-digitais .content-solution .content-cards .cards .icon img{display:block}main.solucoes-digitais .content-solution .content-cards .cards h3{color:#b8bcc1;font-family:ProximaNova-Bold;font-weight:400;font-size:27px;line-height:1.2em;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:15px}main.solucoes-digitais .content-solution .content-cards .cards p{color:#fff;display:inline-block;font-size:20px;line-height:1.6em;margin-bottom:0;text-align:center;max-width:350px}main.solucoes-digitais .content-solution .cta-orcamento{height:44px;-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:#b8bcc1;border:0;color:#222428;display:flex;font-family:ProximaNova-Regular;font-size:16px;justify-content:center;margin:0 auto 75px;max-width:90%;text-transform:uppercase;width:490px}main.solucoes-digitais .content-solution .content-testimony{max-width:1260px;text-align:center;margin:20px auto 80px}main.solucoes-digitais .content-solution .content-testimony .content-item{display:inline-block}main.solucoes-digitais .content-solution .content-testimony .content-item h4{color:#545454;font-family:ProximaNova-Semibold;font-size:27px;font-weight:400;line-height:1.2em;margin-bottom:.7em}main.solucoes-digitais .content-solution .content-testimony .content-item .text{position:relative;padding:60px 75px 40px;margin-top:-50px}main.solucoes-digitais .content-solution .content-testimony .content-item .text p{color:#545454;font-size:22px;line-height:1.6em;margin-bottom:0;text-align:left}main.solucoes-digitais .content-solution .content-testimony .content-item .text:before{background-size:100% 100%!important;background:url(../../src/img/solucoes-digitais/icon-aspas-left.png) no-repeat;content:" ";display:block;height:40px;left:0;position:absolute;top:0;width:49px}main.solucoes-digitais .content-solution .content-testimony .content-item .text:after{background-size:100% 100%!important;background:url(../../src/img/solucoes-digitais/icon-aspas-right.png) no-repeat;bottom:0;content:" ";display:block;height:40px;position:absolute;right:0;width:49px}main.solucoes-digitais .content-solution .content-testimony .content-item img{display:inline-block;width:auto}main.solucoes-digitais .content-solution .content-testimony .owl-nav{display:none}main.solucoes-digitais .content-solution .content-testimony .owl-dots{margin-top:75px;text-align:center}main.solucoes-digitais .content-solution .content-testimony .owl-dots .owl-dot{border:1px solid #020202;border-radius:50%;height:22px;margin:0 10px;width:22px}main.solucoes-digitais .content-solution .content-testimony .owl-dots .owl-dot.active{border:1px solid #17191b;background-color:#17191b}@media (max-width:1590px){main.solucoes-digitais{padding-top:54px}main.solucoes-digitais .content-solution .content-banner{height:350px}main.solucoes-digitais .content-solution .content-cards{padding-top:80px}main.solucoes-digitais .content-solution .content-cards .cards{width:32%}main.solucoes-digitais .content-solution .content-cards .cards .icon{height:180px;width:180px}main.solucoes-digitais .content-solution .content-cards .cards .icon img{max-width:45%}main.solucoes-digitais .content-solution .content-cards .cards h3{font-size:22px}main.solucoes-digitais .content-solution .content-cards .cards p{font-size:18px;max-width:300px}main.solucoes-digitais .content-solution .content-testimony{max-width:90%}}@media (max-width:1023px){main.solucoes-digitais .content-solution .content-cards .cards{margin:0 3% 60px;width:42%}main.solucoes-digitais .content-solution .content-cards .cards p{font-size:18px;max-width:300px}}@media (max-width:767px){main.solucoes-digitais .content-solution .content-banner{height:250px}main.solucoes-digitais .content-solution .content-banner h1{font-size:35px}main.solucoes-digitais .content-solution .content-banner h1:before{width:58px}main.solucoes-digitais .content-solution .content-banner h2{font-size:18px;width:400px;max-width:90%}main.solucoes-digitais .content-solution .content-banner.mkt{background:url(../../src/img/solucoes-digitais/banner-mkt-mobile.png) 50% no-repeat}main.solucoes-digitais .content-solution .content-banner.comunicacao-visual-e-design{background:url(../../src/img/solucoes-digitais/banner-comunicacao-visual-e-design-mobile.png) 50% no-repeat}main.solucoes-digitais .content-solution .content-banner.sistemas{background:url(../../src/img/solucoes-digitais/banner-sistemas-mobile.png) 50% no-repeat}main.solucoes-digitais .content-solution .content-cards .cards{margin:0 0 60px;width:90%}main.solucoes-digitais .content-solution .content-cards .cards .icon{height:150px;width:150px}main.solucoes-digitais .content-solution .content-cards .cards p{font-size:18px;max-width:300px}main.solucoes-digitais .content-solution .content-testimony{margin-bottom:50px}main.solucoes-digitais .content-solution .content-testimony .content-item h4{font-size:22px}main.solucoes-digitais .content-solution .content-testimony .content-item .text{position:relative;padding:30px 45px 20px;margin-top:-40px}main.solucoes-digitais .content-solution .content-testimony .content-item .text p{font-size:16px}main.solucoes-digitais .content-solution .content-testimony .content-item .text:after,main.solucoes-digitais .content-solution .content-testimony .content-item .text:before{height:24px;width:30px}main.solucoes-digitais .content-solution .content-testimony .owl-dots{margin-top:50px}}
/*# sourceMappingURL=styles.min.css.map */