.slick-slider{box-sizing:border-box;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;display:block;position:relative}.slick-list{margin:0;padding:0;display:block;position:relative;overflow:hidden}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{transform:translate(0,0)}.slick-track{margin-left:auto;margin-right:auto;display:block;position:relative;top:0;left:0}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid #0000;height:auto;display:block}.slick-arrow.slick-hidden{display:none}
:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*.8);animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translateY(-30px)scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translateY(-15px)scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)scaleY(.95)}90%{transform:translateY(-4px)scaleY(1.02)}}.animate__bounce{transform-origin:bottom;animation-name:bounce}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale(1.25,.75)}40%{transform:scale(.75,1.25)}50%{transform:scale(1.15,.85)}65%{transform:scale(.95,1.05)}75%{transform:scale(1.05,.95)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate(-10px)}20%,40%,60%,80%{transform:translate(10px)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translateY(-10px)}20%,40%,60%,80%{transform:translateY(10px)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translate(0)}6.5%{transform:translate(-6px)rotateY(-9deg)}18.5%{transform:translate(5px)rotateY(7deg)}31.5%{transform:translate(-3px)rotateY(-5deg)}43.5%{transform:translate(2px)rotateY(3deg)}50%{transform:translate(0)}}.animate__headShake{animation-name:headShake;animation-timing-function:ease-in-out}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0)}}.animate__swing{transform-origin:top;animation-name:swing}@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)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate(-25%)rotate(-5deg)}30%{transform:translate(20%)rotate(3deg)}45%{transform:translate(-15%)rotate(-3deg)}60%{transform:translate(10%)rotate(2deg)}75%{transform:translate(-5%)rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skew(-12.5deg)skewY(-12.5deg)}33.3%{transform:skew(6.25deg)skewY(6.25deg)}44.4%{transform:skew(-3.125deg)skewY(-3.125deg)}55.5%{transform:skew(1.5625deg)skewY(1.5625deg)}66.6%{transform:skew(-.78125deg)skewY(-.78125deg)}77.7%{transform:skew(.390625deg)skewY(.390625deg)}88.8%{transform:skew(-.195313deg)skewY(-.195313deg)}}.animate__jello{transform-origin:50%;animation-name:jello}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{opacity:.7;transform:translateY(-1200px)scale(.7)}80%{opacity:.7;transform:translateY(0)scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{opacity:.7;transform:translate(-2000px)scale(.7)}80%{opacity:.7;transform:translate(0)scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{opacity:.7;transform:translate(2000px)scale(.7)}80%{opacity:.7;transform:translate(0)scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{opacity:.7;transform:translateY(1200px)scale(.7)}80%{opacity:.7;transform:translateY(0)scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0)scale(.7)}to{opacity:.7;transform:translateY(700px)scale(.7)}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translate(0)scale(.7)}to{opacity:.7;transform:translate(-2000px)scale(.7)}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translate(0)scale(.7)}to{opacity:.7;transform:translate(2000px)scale(.7)}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0)scale(.7)}to{opacity:.7;transform:translateY(-700px)scale(.7)}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{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)}}.animate__bounceIn{animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)scaleY(3)}60%{opacity:1;transform:translateY(25px)scaleY(.9)}75%{transform:translateY(-10px)scaleY(.95)}90%{transform:translateY(5px)scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)scaleX(3)}60%{opacity:1;transform:translate(25px)scaleX(1)}75%{transform:translate(-10px)scaleX(.98)}90%{transform:translate(5px)scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)scaleX(3)}60%{opacity:1;transform:translate(-25px)scaleX(1)}75%{transform:translate(10px)scaleX(.98)}90%{transform:translate(-5px)scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)scaleY(5)}60%{opacity:1;transform:translateY(-20px)scaleY(.9)}75%{transform:translateY(10px)scaleY(.95)}90%{transform:translateY(-5px)scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@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)}}.animate__bounceOut{animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translateY(10px)scaleY(.985)}40%,45%{opacity:1;transform:translateY(-20px)scaleY(.9)}to{opacity:0;transform:translateY(2000px)scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate(20px)scaleX(.9)}to{opacity:0;transform:translate(-2000px)scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate(-20px)scaleX(.9)}to{opacity:0;transform:translate(2000px)scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translateY(-10px)scaleY(.985)}40%,45%{opacity:1;transform:translateY(20px)scaleY(.9)}to{opacity:0;transform:translateY(-2000px)scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate(-2000px)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate(2000px)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate(-100%,-100%)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate(100%,-100%)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate(-100%,100%)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate(100%,100%)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translateY(100%)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translateY(2000px)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate(-100%)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate(-2000px)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate(100%)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate(2000px)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translateY(-100%)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translateY(-2000px)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate(-100%,-100%)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate(100%,-100%)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate(100%,100%)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate(-100%,100%)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{animation-timing-function:ease-out;transform:perspective(400px)scaleX(1)translateZ(0)rotateY(-1turn)}40%{animation-timing-function:ease-out;transform:perspective(400px)scaleX(1)translateZ(150px)rotateY(-190deg)}50%{animation-timing-function:ease-in;transform:perspective(400px)scaleX(1)translateZ(150px)rotateY(-170deg)}80%{animation-timing-function:ease-in;transform:perspective(400px)scale3d(.95,.95,.95)translateZ(0)rotateY(0)}to{animation-timing-function:ease-in;transform:perspective(400px)scaleX(1)translateZ(0)rotateY(0)}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{animation-name:flipInX;backface-visibility:visible!important}@keyframes flipInY{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateY(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateY(-20deg)}60%{opacity:1;transform:perspective(400px)rotateY(10deg)}80%{transform:perspective(400px)rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{animation-name:flipInY;backface-visibility:visible!important}@keyframes flipOutX{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateX(-20deg)}to{opacity:0;transform:perspective(400px)rotateX(90deg)}}.animate__flipOutX{animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateY(-15deg)}to{opacity:0;transform:perspective(400px)rotateY(90deg)}}.animate__flipOutY{animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutY;backface-visibility:visible!important}@keyframes lightSpeedInRight{0%{opacity:0;transform:translate(100%)skew(-30deg)}60%{opacity:1;transform:skew(20deg)}80%{transform:skew(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{opacity:0;transform:translate(-100%)skew(30deg)}60%{opacity:1;transform:skew(-20deg)}80%{transform:skew(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;transform:translate(100%)skew(30deg)}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;transform:translate(-100%)skew(-30deg)}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{opacity:0;transform:rotate(-200deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateIn{transform-origin:50%;animation-name:rotateIn}@keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-45deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateInDownLeft{transform-origin:0 100%;animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateInDownRight{transform-origin:100% 100%;animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateInUpLeft{transform-origin:0 100%;animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateInUpRight{transform-origin:100% 100%;animation-name:rotateInUpRight}@keyframes rotateOut{0%{opacity:1}to{opacity:0;transform:rotate(200deg)}}.animate__rotateOut{transform-origin:50%;animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;transform:rotate(45deg)}}.animate__rotateOutDownLeft{transform-origin:0 100%;animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}.animate__rotateOutDownRight{transform-origin:100% 100%;animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}.animate__rotateOutUpLeft{transform-origin:0 100%;animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;transform:rotate(90deg)}}.animate__rotateOutUpRight{transform-origin:100% 100%;animation-name:rotateOutUpRight}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{animation-timing-function:ease-in-out;transform:rotate(80deg)}40%,80%{opacity:1;animation-timing-function:ease-in-out;transform:rotate(60deg)}to{opacity:0;transform:translateY(700px)}}.animate__hinge{animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);transform-origin:0 0;animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform-origin:bottom;transform:scale(.1)rotate(30deg)}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate(-100%)rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate(100%)rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translateY(-1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translateY(60px)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translate(-1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translate(10px)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translate(1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translate(-10px)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translateY(1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translateY(-60px)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.475,.475,.475)translateY(-60px)}to{opacity:0;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.1,.1,.1)translateY(2000px)}}.animate__zoomOutDown{transform-origin:bottom;animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475)translate(42px)}to{opacity:0;transform:scale(.1)translate(-2000px)}}.animate__zoomOutLeft{transform-origin:0;animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475)translate(-42px)}to{opacity:0;transform:scale(.1)translate(2000px)}}.animate__zoomOutRight{transform-origin:100%;animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.475,.475,.475)translateY(60px)}to{opacity:0;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.1,.1,.1)translateY(-2000px)}}.animate__zoomOutUp{transform-origin:bottom;animation-name:zoomOutUp}@keyframes slideInDown{0%{visibility:visible;transform:translateY(-100%)}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{visibility:visible;transform:translate(-100%)}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{visibility:visible;transform:translate(100%)}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{visibility:visible;transform:translateY(100%)}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translateY(100%)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate(-100%)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate(100%)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translateY(-100%)}}.animate__slideOutUp{animation-name:slideOutUp}
*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@font-face{font-family:Barcelony;src:url(/fonts/BarcelonyRegular.woff2)format("woff2"),url(/fonts/BarcelonyRegular.woff)format("woff");font-weight:400;font-style:normal;font-display:swap}a,select,button,input,textarea{outline:none}.trans,.construccion .links li a,.footerprod .cats li,.footerprod .col-md-4 img,.footerprod .boton,.grillaproductos img,.grillaproductos .boton6,.grillaproductos .boton5,.grillaproductos .boton4,.grillaproductos .boton3,.grillaproductos .boton2,.grillaproductos .boton1,.grillaproductos .boton,.productos.helados .cats li,.productos.helados img,.productos.helados .col-md-4 a span,.menu .productos a,.menu .links li a,.menu .links1 #linkboton,.menu .links1 .linkboton a,.menu,#embeded_code .data_form_link,#embeded_code .data_link,.trabaja .item a,.trabaja .item .data_link,.trabaja .item .data_form_link,#marcas .vermapa,footer .copy .col-md-6 a,footer .copy ul li a,footer .footer2 input[type=submit],footer .footer2 input[type=button],footer .links li a,footer ul li a,.formulario input[type=submit],.fabrica .boton span,.contacto2 .formulario input[type=submit],.elegi a:hover img,.elegi a img,.elegi a,.donde a span,.donde a,.carouselhome .cats li,.carouselhome a span,.carouselhome a,.carouselhome .item,.mod2 a span,.mod2 a{transition:all .3s}body{color:#231f20;margin:0;padding:0;font-family:Calistoga,serif}.clear{clear:both}h1,h2,h3,h4,h5,h6,p,ul,li{height:auto;margin:0;padding:0}li{list-style:none}a,a:hover{outline:0;text-decoration:none}.left{float:left}.right{float:right}main.container-fluid{padding-left:0;padding-right:0}.spacer{height:40vh}.rectangle{background:linear-gradient(45deg,#69b7bf 25%,#ffe664);border-radius:10px;width:97vw;height:30vw;position:absolute}@media (min-width:500px){.rectangle{width:80%}}.section>.row>.col{place-content:center;align-items:center;height:100vh;display:flex}#intro .col{height:50vh;padding:9vw 6vw;font-size:18px}@media (min-width:1000px){#intro .col{padding:18vw 12vw;font-size:2.7vw}}#one{background-color:#212121}#one .elem{opacity:0;letter-spacing:.04em}#one .text-block h2{letter-spacing:.2em;font-size:5vw;font-weight:300;line-height:1}#one .text-block h5{font-size:4vw;line-height:1}#one .elem .blocks{place-content:center space-between;align-items:center;display:flex}#one .elem .blocks>div{background-color:#333;border-radius:2px;width:20px;height:20px;margin:2px}#two{background-image:url(/img/header-bg.jpg);background-size:cover;height:auto;padding:3vw 15vw 10vw;overflow:hidden}#two .tituloh1{color:#fff;text-align:center;z-index:99999;text-shadow:0 0 7px #0009;margin:auto;font-size:90px;position:absolute;top:37%;left:0;right:0}#two h2{color:#000;text-align:center;opacity:0;z-index:99999;text-align:left;width:400px;margin:auto;font-family:Noto Serif,serif;font-size:33px;font-weight:400;position:absolute;top:22%;left:4%}#two h2 span{display:block}#two h3{color:#000;text-align:center;opacity:0;z-index:99999;text-align:left;width:333px;margin:auto;font-family:Noto Serif,serif;font-size:33px;font-weight:400;position:absolute;bottom:33%;right:4%}#two h3 span{display:block}#two h3 .titulo2{margin-top:20px;font-family:Barcelony;font-size:45px;line-height:33px}#two h3 .texto2{text-align:right;display:block}#two h4{color:#fff;text-align:center;opacity:0;z-index:99999;margin:auto;font-size:45px;position:absolute;top:33%;left:0;right:0}#two .p1{margin:auto;position:absolute;top:33%;left:0;right:0}#two .logo2{z-index:9999999;margin:auto;position:absolute;top:37%;left:0;right:0}.fixed-top{z-index:999999999;padding:15px}#twob{background-color:#d78b8b;background-image:url(/img/helados/bg-bombones.png);background-position:50%;background-repeat:no-repeat;background-size:100%;height:auto;padding:3vw 15vw 10vw;overflow:hidden}#three,#four{position:relative;overflow:hidden}#three .image,#four .image{width:100%;position:absolute;top:0;bottom:0}#twob h1{color:#fff;text-align:center;z-index:99999;text-shadow:0 0 7px #0009;margin:auto;font-size:90px;position:absolute;top:37%;left:0;right:0}#twob h2{color:#000;text-align:center;opacity:0;z-index:99999;text-align:left;width:400px;margin:auto;font-family:Noto Serif,serif;font-size:33px;font-weight:400;position:absolute;top:22%;left:4%}#twob h2 span{display:block}#twob h3{color:#000;text-align:center;opacity:0;z-index:99999;text-align:left;width:333px;margin:auto;font-family:Noto Serif,serif;font-size:33px;font-weight:400;position:absolute;bottom:33%;right:4%}#twob h3 span{display:block}#twob h3 .titulo2{margin-top:20px;font-family:Barcelony;font-size:45px;line-height:33px}#twob h3 .texto2{text-align:right;display:block}#twob h4{color:#fff;text-align:center;opacity:0;z-index:99999;margin:auto;font-size:45px;position:absolute;top:33%;left:0;right:0}#twob .p1{margin:auto;position:absolute;top:33%;left:0;right:0}#twob .logo2{z-index:9999999;margin:auto;position:absolute;top:37%;left:0;right:0}nav{padding:15px}nav .logo img{width:225px;margin:auto;display:block}nav .colfrase{text-align:right;padding-top:16px;font-family:Noto Serif,serif;font-size:14px;font-weight:700}nav .colfrase span{font-family:Noto Serif,serif;font-size:16px;font-style:italic}.bg-light{background-color:#fff!important}.row{width:100%}.mod2{margin-top:-8px;position:relative}.mod2 .container-fluid{padding:0;position:relative}.mod2 .foto{width:100%}.mod2 .col2{background-color:#c5a483}.mod2 .col-md-6{background-color:#c5a483;margin:0;padding:0}.mod2 .bullet{z-index:999999;width:100%;margin:auto;display:none;position:absolute;top:0;left:0;right:0}.mod2 .bullet2{width:448px;display:none;position:absolute;bottom:-120px;right:0}.mod2 .sello{z-index:99999;width:120px;margin:auto;position:absolute;top:37%;left:0;right:0}.mod2 .row{--bs-gutter-x:0}.mod2 .texto{width:500px;margin:178px auto auto}.mod2 h4{width:500px;font-family:Noto Serif,serif;font-size:33px;font-weight:400}.mod2 h4 strong{font-style:italic;font-weight:600}.mod2 h4 span{display:block}.mod2 h3{padding-top:15px;font-family:Noto Serif,serif;font-size:33px;font-weight:400}.mod2 h3 strong{font-style:italic;font-weight:600}.mod2 h3 span{display:block}.mod2 a{color:#231f20;width:241px;height:51px;margin-top:20px;font-family:Noto Sans,sans-serif;font-size:15px;font-weight:700;display:block}.mod2 a span{color:#231f20;text-align:center;background-color:#0000;border:2px solid #231f20;border-radius:145px;width:60px;height:60px;margin-right:4px;padding-top:9px;font-size:25px;font-weight:300;display:inline-block}.mod2 a:hover span{color:#fff;background-color:#000;margin-right:25px;transform:rotate(180deg)scale(1.6)}.carouselhome{background-color:#e9d7bf;padding:45px 0 20px}.carouselhome h1{text-align:center;display:none}.carouselhome .item{background-position:50%;background-size:1000px;padding:45px 0;background-image:none!important}.carouselhome .fondo0{background-image:url(/img/prod-mancha-helado.svg);background-position:50%;background-repeat:no-repeat;background-size:545px}.carouselhome .fondo1{background-image:url(/img/prod-mancha-queso.png);background-position:50%;background-repeat:no-repeat;background-size:600px}.carouselhome .fondo2{background-image:url(/img/prod-mancha-lacteos.svg);background-position:50%;background-repeat:no-repeat;background-size:581px}.carouselhome .fondo3{background-image:url(/img/prod-mancha-delipostres.svg);background-position:50%;background-repeat:no-repeat;background-size:581px}.carouselhome .fondo3 a span{border:1px solid #000}.carouselhome .fondo3 h2{color:#000}.carouselhome .fondo4{background-image:url(/img/prod-mancha-golosinas.svg);background-position:50%;background-repeat:no-repeat;background-size:581px}.carouselhome .fondo5{background-image:url(/img/prod-mancha-ddl.svg);background-position:50%;background-repeat:no-repeat;background-size:481px}.carouselhome .fondo{background-size:400px}.carouselhome .foto{vertical-align:top;max-width:400px;margin-right:33px;display:inline-block}.carouselhome .texto{vertical-align:top;width:43%;margin-left:-37px;padding-top:81px;display:inline-block}.carouselhome .slick-prev{color:#0000;z-index:9;background-color:#000;background-image:url(/img/flechaizq.png);background-position:50%;background-repeat:no-repeat;background-size:10px;border:none;border-radius:60px;width:60px;height:60px;position:absolute;top:45%;left:45px}.carouselhome .slick-next{z-index:9;color:#0000;background-color:#000;background-image:url(/img/flechader.png);background-position:50%;background-repeat:no-repeat;background-size:10px;border:none;border-radius:60px;width:60px;height:60px;position:absolute;top:45%;right:45px}.carouselhome .slick-prev:hover,.carouselhome .slick-next:hover{opacity:.8}.carouselhome p{width:330px;padding-top:6px;padding-bottom:15px;font-family:Noto Sans,sans-serif;font-size:16px;line-height:20px}.carouselhome p span{display:block}.carouselhome a{color:#231f20;font-family:Noto Sans,sans-serif;font-size:15px;font-weight:700;display:block}.carouselhome a span{text-align:center;border:1px solid #000;border-radius:145px;width:45px;height:45px;margin-right:4px;padding-top:6px;font-size:20px;display:inline-block}.carouselhome a:hover span{color:#fff;background-color:#000;margin-right:25px;transform:rotate(180deg)scale(1.6)}.carouselhome .item{opacity:.4;padding:136px 0 120px}.carouselhome .item .texto{opacity:.4}.carouselhome .slick-current,.carouselhome .slick-current .texto{opacity:1}.carouselhome .cats{text-align:center;padding-top:12px;padding-bottom:45px}.carouselhome .cats li{color:#231f20;border-right:1px solid #231f20;margin-right:15px;padding:4px 15px 4px 0;display:inline-block}.carouselhome .cats li a:hover{color:#c5a483}.carouselhome .cats li:last-child{border:none}.donde{background-image:url(/img/donde-estamos-bg-3.jpg);background-position:50%;background-size:cover;background-attachment:fixed;height:1000px}.donde h3{color:#fff;text-align:center;text-shadow:0 0 8px #0009;padding-top:400px;font-family:Calistoga,serif;font-size:51px}.donde a{color:#fff;width:241px;height:51px;margin:20px auto auto;font-family:Noto Sans,sans-serif;font-size:15px;font-weight:700;display:block}.donde a span{color:#231f20;text-align:center;background-color:#fff;border-radius:145px;width:60px;height:60px;margin-right:4px;padding-top:12px;font-size:25px;font-weight:300;display:inline-block}.donde a:hover span{color:#fff;background-color:#000;margin-right:25px;transform:rotate(180deg)scale(1.6)}.elegi .container-fluid{margin:0;padding:0}.elegi .titulo{filter:invert()brightness(0)}.elegi .col-md-4{margin:0;padding:0;position:relative}.elegi .row{--bs-gutter-x:0}.elegi .col1 img{width:100%}.elegi .col2{text-align:center;background-color:#fff;padding-top:145px;font-family:Calistoga,serif;font-size:33px}.elegi .col2 span{dispaly:block}.elegi .col2 h4{margin-bottom:33px;padding-top:33px;font-family:Noto Serif,serif;font-size:28px;font-weight:400}.elegi .col2 h4 span{display:block}.elegi .col2 h3{font-family:Noto Serif,serif;font-size:28px;font-style:italic;font-weight:700}.elegi .col3 img{width:100%}.elegi .votos{z-index:99999;color:#fff;text-align:center;background-color:#231f20;width:120px;padding:15px;font-family:Noto Sans,sans-serif;font-weight:700;position:absolute;bottom:0;left:0}.elegi .votos img{float:left;width:20px;margin-top:2px}.elegi .votos2{z-index:99999;color:#fff;text-align:center;background-color:#231f20;width:120px;padding:15px;font-family:Noto Sans,sans-serif;font-weight:700;position:absolute;bottom:0;right:0}.elegi .votos2 img{float:left;width:20px;margin-top:2px}.elegi a{text-align:center;opacity:0;background-color:#000c;width:100%;height:100%;display:block;position:absolute}.elegi a img{margin-top:280px;width:50px!important}.elegi a img:hover{transform:scale(2)}.elegi a:hover{text-align:center;opacity:1;background-color:#000c;width:100%;height:100%;display:block;position:absolute}.elegi a:hover img{margin-top:280px;width:50px!important}.elegi a:hover img:hover{transform:scale(2)}.elegi .foto{-o-object-fit:cover;object-fit:cover;height:600px}.recetas{background-image:url(/img/recetas/recetas-bg.jpg);background-position:top;background-repeat:no-repeat;background-size:100%}.recetas .mod1{padding-top:120px;padding-bottom:45px}.recetas .mod1 h2,.recetas .mod1 p{text-align:center;font-family:Noto Serif,serif;font-size:25px;font-weight:600}.recetas .mod1 h3{text-align:center;padding:6px 0;font-family:Calistoga,serif;font-size:48px}.recetas .mod1 p{max-width:945px;margin:auto;padding-bottom:33px}.recetas .mod1 input[type=text]{color:#231f20;border:1px solid #c5a484;border-radius:6px;width:450px;margin:auto;padding:10px 10px 10px 15px;font-family:Noto Sans,sans-serif;display:block}.recetas .mod1 input[type=text]::placeholder{color:#231f20}.recetas .modteam{margin-top:145px;margin-bottom:33px}.recetas .modteam .col-md-6{text-align:center}.recetas .modteam .col-md-6 a{color:#231f20;font-size:33px}.recetas .modteam .col-md-6 img{width:100%;margin:auto;display:block}.grillarecetas{padding-top:43px;padding-bottom:45px}.grillarecetas h2{margin-bottom:43px;font-family:Calistoga,serif;font-size:48px}.grillarecetas h3{font-family:Noto Sans,sans-serif;font-size:20px;font-weight:700}.grillarecetas ul li{width:48%;font-family:Noto Sans,sans-serif;font-size:12px;display:inline-block}.grillarecetas ul li:last-child{text-align:right}.grillarecetas ul li:last-child span{border:1px solid #000;border-radius:45px;width:12px;height:12px;display:inline-block}.grillarecetas ul li:last-child .negro{background-color:#000}.grillarecetas .col-md-4,.grillarecetas .col-md-6{margin-bottom:33px}.grillarecetas img{border-radius:6px;width:100%;margin:12px 0}.recetasprods{background-color:#d78b8b;padding-top:43px;padding-bottom:45px}.recetasprods h4{margin-bottom:33px;font-size:28px;font-style:italic;font-weight:400}.recetasprods h3{font-family:Noto Sans,sans-serif;font-size:16px;font-weight:700}.recetasprods ul li{width:48%;font-family:Noto Sans,sans-serif;font-size:12px;display:inline-block}.recetasprods ul li:last-child{text-align:right}.recetasprods ul li:last-child span{border:1px solid #000;border-radius:45px;width:12px;height:12px;margin:0 1px;display:inline-block}.recetasprods ul li:last-child .negro{background-color:#000}.recetasprods .col-md-4,.recetasprods .col-md-6{margin-bottom:33px}.recetasprods img{border-radius:6px;width:100%;margin:12px 0}.recetas2{background-color:#f1ece7;padding-top:143px;padding-bottom:45px}.recetas2 h2 a{color:#231f20;font-family:Calistoga,serif;font-size:51px}.recetas2 h4 a{color:#231f20;margin:15px 0;font-family:Barcelony;font-size:43px}.recetas2 p{padding-bottom:33px;padding-right:45px;font-family:Noto Sans,sans-serif}.recetas2 p span{display:block}.recetas2 .fix{position:fixed}.recetas3{background-color:#c5a484;padding-top:143px;padding-bottom:45px}.recetas3 h2{color:#fff;border-bottom:1px solid #fff;margin-bottom:33px;padding-bottom:4px;font-family:Noto Sans,sans-serif;font-size:18px;font-weight:700}.recetas3 h2 a{color:#000}.recetas3 h1{margin-bottom:33px;font-size:45px}.recetas3 .ingredientes{border-top:1px solid #000;margin-top:33px;padding:15px 0 0}.recetas3 .ingredientes h4{padding-bottom:20px;font-family:Calistoga,serif;font-size:21px;font-style:italic;font-weight:400}.recetas3 .ingredientes p{font-family:Noto Sans,sans-serif;font-size:16px}.recetas3 h5{padding-bottom:20px;font-family:Calistoga,serif;font-size:21px;font-style:italic;font-weight:400}.recetas3 .texto{font-family:Noto Sans,sans-serif;font-size:16px}.recetas3 .datos ul li{padding-bottom:12px}.recetas3 .datos ul img{margin-right:4px}.recetas3 .datos ul .pad{margin-left:-2px}.contacto2{background-image:url(/img/contacto-bg.jpg);background-size:cover}.contacto2 h3{height:auto!important}.nofondo{background-image:none!important}.fotocontacto{width:100%;margin-top:82px}.contacto2{padding:0}.contacto2 .formulario{padding-top:45px;padding-bottom:45px}.contacto2 .formulario input[type=text],.contacto2 .formulario input[type=email],.contacto2 .formulario select,.contacto2 .formulario textarea{background-color:#0000;border:2px solid #c5a484;border-radius:20px;width:100%;margin-bottom:15px;padding:20px;font-family:Noto Sans,sans-serif}.contacto2 .formulario input::-moz-placeholder{color:#000;opacity:1}.contacto2 .formulario textarea::-moz-placeholder{color:#000;opacity:1}.contacto2 .formulario input::placeholder,.contacto2 .formulario textarea::placeholder{color:#000;opacity:1}.contacto2 .formulario input[type=submit]{text-align:center;background-color:#0000;background-image:url(/img/enviar.svg);background-position:top;background-repeat:no-repeat;border:none;width:170px;margin:45px auto auto;padding:97px 33px 33px;font-family:Noto Sans,sans-serif;display:block}.contacto2 .formulario input[type=submit]:hover{background-position:50% 8px}.contacto2 h2{text-align:center;font-size:62px}.contacto2 h3{text-align:center;font-family:Noto Serif,serif;font-size:18px;line-height:25px}.nosotros{background-image:url(/img/quienessomos/quienes-somos-bg.jpg);background-size:cover;padding:145px 33px 33px}.nosotros h3{text-align:center;font-size:45px}.nosotros h3 span{font-family:Barcelony;font-size:66px}.nosotros h1{text-align:center;font-size:20px}.mapa{background-image:url(/img/quienessomos/mapa-bg.png);background-position:top;background-size:cover;height:920px;padding:250px}.mapa img{width:200px;margin:20px auto;display:block}.mapa h3{text-align:center;font-family:Noto Serif,serif;font-weight:400}.mapa h3 i{font-weight:600}.mapa p{text-align:center;max-width:1000px;margin:auto;padding:15px 0 0;font-family:Noto Sans,sans-serif}.mapa h2{text-align:center;padding:15px 0 0;font-family:Noto Sans,sans-serif;font-size:16px}.valores{background-image:url(/img/quienessomos/valores-bg-03.png);background-position:50%;background-size:cover;margin-top:-125px;padding-top:250px;padding-bottom:120px}.valores h4{font-size:45px}.valores h4 span{font-family:Barcelony;font-size:66px}.valores h3{padding-bottom:15px;padding-right:120px;font-family:Noto Serif,serif;font-weight:400}.valores h3 span{font-weight:600}.valores p{padding-right:120px;font-family:Noto Sans,sans-serif}.carousellinea{width:100%;padding-bottom:90px}.carousellinea h3{text-align:center;margin-top:16px;padding:0;font-family:Noto Serif,serif;font-size:33px;font-weight:700}.carousellinea p{text-align:center;max-width:90%;margin:auto;font-family:Noto Sans,sans-serif;font-size:16px;line-height:20px}.carousellinea img{margin:auto;display:block}.lineavacalin{width:100%;padding-top:60px;padding-left:145px}.lineavacalin .slick-list{padding-left:0!important}.lineavacalin .slick-list img{width:89%;height:auto}.lineavacalin .bullet{position:relative}.lineavacalin .bullet .circulito{background-color:#c5a484;border-radius:60px;width:45px;height:45px;margin:15px auto;display:block}.lineavacalin .bullet .borde{background-color:#c5a484;width:100%;height:2px;margin-top:-37px;position:absolute}.lineavacalin .bullet .borde1{background-color:#c5a484;width:50%;height:2px;margin-top:-37px;position:absolute;right:0}.lineavacalin .slick-prev{color:#0000;z-index:0;z-index:99999;background-color:#000;background-image:url(/img/flechaizq.png);background-position:50%;background-repeat:no-repeat;background-size:10px;border:none;border-radius:60px;width:48px;height:48px;position:absolute;top:18%;left:-20px}.lineavacalin .slick-next{z-index:0;color:#0000;background-color:#000;background-image:url(/img/flechader.png);background-position:50%;background-repeat:no-repeat;background-size:10px;border:none;border-radius:60px;width:48px;height:48px;position:absolute;top:18%;right:-12px}.lineavacalin .slick-prev:hover,.lineavacalin .slick-next:hover{opacity:.8;outline:none}.carouselnosotros .slick-prev{color:#0000;z-index:0;z-index:99999;background-color:#000;background-image:url(/img/flechaizq.png);background-position:50%;background-repeat:no-repeat;background-size:10px;border:none;border-radius:60px;width:48px;height:48px;position:absolute;top:45%;left:20px}.carouselnosotros .slick-next{z-index:0;color:#0000;background-color:#000;background-image:url(/img/flechader.png);background-position:50%;background-repeat:no-repeat;background-size:10px;border:none;border-radius:60px;width:48px;height:48px;position:absolute;top:45%;right:20px}.carouselnosotros .slick-prev:hover,.carouselnosotros .slick-next:hover{opacity:.8;outline:none}.carouselnosotros h3{padding-top:145px;font-size:45px}.carouselnosotros p{padding-right:120px;font-family:Noto Sans,sans-serif}.carouselnosotros img{width:100%}.fabrica{background-color:#d28f27;padding:84px}.fabrica .texto{padding-top:45px;padding-left:120px}.fabrica .texto h3{margin-bottom:20px;font-family:Calistoga,serif;font-size:45px;line-height:45px}.fabrica .texto h3 .tipo{font-family:Barcelony;font-size:80px}.fabrica .texto h3 .enter{display:block}.fabrica .texto p{padding-bottom:33px;font-family:Noto Serif,serif;font-size:25px;line-height:33px}.fabrica .texto p .enter{display:block}.fabrica .texto p .titulito{font-style:italic;font-weight:700}.fabrica .boton{color:#231f20;margin-top:15px;font-family:Noto Sans,sans-serif;font-size:16px;font-weight:700}.fabrica .boton span{vertical-align:middle;background-image:url(/img/boton-ir-a-la-tienda.svg);background-position:50%;background-repeat:no-repeat;background-size:20px;border:1px solid #231f20;border-radius:33px;margin-right:15px;padding:25px;display:inline-block}.fabrica .boton:hover span{background-size:25px}.headerfran{background-image:url(/img/franquicias/header-franquicias1.jpg);margin-top:80px}.headerfran h1{color:#fff;text-align:center;text-shadow:0 0 7px #0009;padding:120px;font-size:65px}.headerdonde{background-image:url(/img/header-donde-estamos.jpg);background-size:cover;margin-top:80px;padding-bottom:120px}.headerdonde h3{color:#fff;text-align:center;text-shadow:0 0 7px #0009;padding:120px 0 0;font-size:52px}.headerdonde p{color:#fff;text-align:center;text-shadow:0 0 7px #0009;font-family:Noto Serif,serif;font-size:33px}.headerdonde h1{text-align:center;color:#fff;padding-top:14px;font-family:Noto Serif,serif;font-size:18px}.franquicias .texto1{text-align:center;max-width:1100px;margin:auto;padding:45px 0;font-family:Noto Serif,serif;font-size:28px;line-height:36px}.franquicias .grilla{max-width:1200px;margin:auto;padding:33px}.franquicias .grilla .col-md-6{text-align:center;margin-bottom:33px}.franquicias .grilla .col-md-6 img{height:80px}.franquicias .grilla .col-md-6 h2{margin:15px 0;font-family:Noto Sans,sans-serif;font-size:20px;font-weight:700}.franquicias .grilla .col-md-6 p{max-width:400px;margin:auto;font-family:Noto Sans,sans-serif;font-size:16px}.franquicias .grilla .borde1{border-right:1px dotted #000}.franquicias .grilla .borde2{border-bottom:1px dotted #000;margin-bottom:41px;padding:6px}.ofrecemos{background-image:url(/img/franquicias/quienes-somos-bg.jpg);background-position:0 -262px;background-repeat:no-repeat;background-size:cover;padding-top:45px;padding-bottom:145px}.ofrecemos h3{font-family:Calistoga,serif;font-size:43px}.ofrecemos h4{margin:20px 0;font-family:Noto Sans,sans-serif;font-size:16px;line-height:20px}.ofrecemos h5{color:#c5a484;margin:6px 0;font-family:Noto Sans,sans-serif;font-size:16px;font-weight:700}.ofrecemos p{font-family:Noto Sans,sans-serif;font-size:16px}.formulario{padding:45px}.formulario h2{text-align:center;font-family:Noto Serif,serif;font-size:33px}.formulario h3{text-align:center;margin-bottom:45px;font-family:Calistoga,serif;font-size:66px}.formulario input[type=text],.formulario input[type=email],.formulario select,.formulario textarea{background-color:#fff;border:2px solid #c5a484;border-radius:6px;width:100%;margin-bottom:15px;padding:15px;font-family:Noto Sans,sans-serif}.formulario input[type=text]::-moz-placeholder{color:#231f20;opacity:1}.formulario input[type=email]::-moz-placeholder{color:#231f20;opacity:1}.formulario select::-moz-placeholder{color:#231f20;opacity:1}.formulario textarea::-moz-placeholder{color:#231f20;opacity:1}.formulario input[type=text]::placeholder,.formulario input[type=email]::placeholder,.formulario select::placeholder,.formulario textarea::placeholder{color:#231f20;opacity:1}.formulario input[type=submit]{text-align:center;background-color:#0000;background-image:url(/img/enviar.svg);background-position:top;background-repeat:no-repeat;border:none;width:170px;margin:45px auto auto;padding:97px 33px 33px;font-family:Noto Sans,sans-serif;display:block}.formulario input[type=submit]:hover{background-position:50% 8px}.historia{padding:33px 0}.historia h3{font-family:Calistoga,serif;font-size:43px}.historia h4{margin:20px 0;font-family:Noto Sans,sans-serif;font-size:16px;line-height:20px}.historia h5{color:#c5a484;margin:6px 0;font-family:Noto Sans,sans-serif;font-size:16px;font-weight:700}.historia p{font-family:Noto Sans,sans-serif;font-size:16px}footer{background-color:#582400;padding:45px 0 0;position:relative}footer h3{color:#fff;margin-bottom:20px;font-family:Noto Sans,sans-serif;font-size:20px;font-weight:600}footer ul{padding-bottom:33px}footer ul li a{color:#fff;font-family:Noto Sans,sans-serif}footer ul li a:hover{color:#fff;opacity:.6}footer .col-md-3 img{filter:invert(0)brightness(100)}footer .links li{margin-right:4px;display:inline-block}footer .links li a:hover{opacity:.6}footer .links li img{filter:invert(0)brightness(100);width:43px}footer .links p{font-family:Noto Sans,sans-serif;font-size:12px}footer .links p a{color:#000}footer .links .link{text-decoration:underline}footer .links .link:hover{text-decoration:none}footer .col4{text-align:right;color:#000;padding-top:45px}footer .col4 p{margin-top:6px;font-family:Noto Sans,sans-serif;font-size:14px}footer .bullet{width:400px;position:absolute;top:0;right:0}footer .footer2{text-align:center;color:#fff;background-color:#582400;background-size:100%;border-top:1px solid #fff;padding:33px 0;font-family:Noto Sans,sans-serif;position:relative}footer .footer2 img{filter:invert(0)brightness(100)}footer .footer2 .sello{margin:auto;position:absolute;top:-49px;left:0;right:0}footer .footer2 li{vertical-align:middle;padding:6px;display:inline-block}footer .footer2 input[type=text],footer .footer2 input[type=email]{color:#000;background-color:#fff;border:1px solid #000;border-radius:33px;padding:10px 15px}footer .footer2 input[type=text]::-moz-placeholder{color:#000;opacity:1}footer .footer2 input[type=email]::-moz-placeholder{color:#000;opacity:1}footer .footer2 input[type=text]::placeholder,footer .footer2 input[type=email]::placeholder{color:#000;opacity:1}footer .footer2 input[type=submit],footer .footer2 input[type=button]{color:#fff;background-color:#000;background-image:url(/img/flecha-suscribirme.png);background-position:92%;background-repeat:no-repeat;background-size:15px;border:none;border-radius:33px;padding:10px 33px 10px 20px;font-weight:700}footer .footer2 input[type=submit]:hover,footer .footer2 input[type=button]:hover{background-position:94%}footer .copy{background-color:#fff;border-top:1px solid #cfc6c2;padding:25px 0}footer .copy ul li{display:inline-block}footer .copy ul li a{color:#c5a483;font-size:15px}footer .copy ul li a:hover{color:#fff}footer .copy ul li:after{content:"•";color:#cfc6c2;margin-right:5px;padding-left:7px}footer .copy ul li:last-child:after{content:""}footer .copy .col-md-6{color:#c5a483;font-family:Noto Sans,sans-serif}footer .copy .col-md-6 a{color:#c5a483;font-family:Noto Sans,sans-serif;font-size:15px}footer .copy .col-md-6 a:hover{color:#231f20}footer .copy .col2{text-align:right}#marcas h2{color:#c5a484;text-transform:uppercase;letter-spacing:-1px;padding-bottom:4px;font-family:Noto Sans,sans-serif;font-size:20px;font-weight:700}#marcas p{color:#231f20;padding-bottom:12px;font-family:Noto Sans,sans-serif;font-size:14px;line-height:18px}#marcas .vermapa{color:#fff;background-color:#c5a484;border-radius:18px;margin-right:6px;padding:12px;font-family:Noto Sans,sans-serif;font-size:15px;font-weight:700;display:inline-block}#marcas .vermapa br{padding-bottom:4px}#marcas .vermapa:hover{color:#c5a484;background-color:#231f20}#marcas li{border-bottom:1px dotted #231f20;margin-bottom:20px;padding-bottom:20px}.trabaja{background-image:url(/img/trabajaconnosotros/trabaja-bg.jpg);background-repeat:no-repeat;background-size:100%}.trabaja h1{text-align:center;max-width:1000px;margin:auto;font-family:Noto Serif,serif;font-size:30px}.trabaja h2{text-align:center;padding-top:33px;padding-bottom:120px;font-family:Calistoga,serif;font-size:45px}.trabaja .item{border-bottom:1px dotted #231f20;margin-bottom:33px;padding-bottom:33px}.trabaja .item h3,.trabaja .item .data_location{font-family:Calistoga,serif;font-size:33px;font-style:italic}.trabaja .item h4{color:#c5a484;padding:6px 0 12px;font-family:Noto Sans,sans-serif;font-size:22px;font-weight:700}.trabaja .item h5{color:#231f20;padding:6px 0 12px;font-family:Noto Sans,sans-serif;font-size:22px;font-weight:700}.trabaja .item p,.trabaja .item .data_desc,.trabaja .item .data_req,.trabaja .item .data_benefits,.trabaja .item .data_details{padding-bottom:20px;font-family:Noto Sans,sans-serif;font-size:15px}.trabaja .item a,.trabaja .item .data_link,.trabaja .item .data_form_link{color:#fff;background-color:#c5a484;border-radius:12px;padding:6px 12px;font-family:Noto Sans,sans-serif;font-weight:700}.trabaja .item a:hover{background-color:#231f20}#embeded_code .microsite_title{font-family:Calistoga,serif;font-size:33px;font-style:italic}#embeded_code .data_desc,#embeded_code .data_req,#embeded_code .data_benefits,#embeded_code .data_details{overflow-wrap:break-word;padding-bottom:20px;font-family:Noto Sans,sans-serif;font-size:15px}#embeded_code .data_link,#embeded_code .data_form_link{color:#fff;background-color:#c5a484;border-radius:12px;padding:6px 12px;font-family:Noto Sans,sans-serif;font-weight:700;display:inline-block}#embeded_code .microsite_vacancy{border-bottom:1px dotted #231f20;margin-bottom:33px;padding-bottom:33px}#embeded_code .data_location{padding-bottom:20px;font-family:Noto Sans,sans-serif;font-size:18px;font-weight:700}#embeded_code a{color:#fff}.menu{z-index:999999;background-image:url(/img/menu-prod-bg.jpg);background-position:50%;background-size:100%;width:100%;height:0;position:fixed;top:77px;overflow:hidden}.menu .links1{padding:45px;position:relative}.menu .links1 li{margin-bottom:12px}.menu .links1 .linkboton a{color:#fff;text-shadow:0 0 7px #0009;font-size:33px;line-height:41px}.menu .links1 .linkboton a:hover{color:#c09f7f;padding-left:6px}.menu .links1 #linkboton{color:#fff;text-shadow:0 0 7px #0009;cursor:pointer;font-size:33px;line-height:41px}.menu .links1 #linkboton:hover{color:#c09f7f;padding-left:6px}.menu .links{padding-left:45px}.menu .links li{margin-right:4px;display:inline-block}.menu .links li a:hover{opacity:.6}.menu .links li img{filter:brightness(0)invert()}.menu .productos{border-left:2px dotted #fff;width:300px;height:100%;padding-left:45px;display:none;position:absolute;top:45px;left:100%}.menu .productos a{color:#fff;font-family:Noto Serif,serif;font-size:26px;font-style:italic;line-height:48px;display:block}.menu .productos a:hover{color:#c09f7f}.activemenu{height:100%;top:77px}.prod{background-color:#d78b8b;background-image:url(/img/helados/bg-bombones.png);background-position:50%;background-repeat:no-repeat;background-size:100%;min-height:845px}.prod img{z-index:9999;margin:auto;padding-right:33px;position:fixed;top:260px;left:0;right:0}.prod2{background-color:#d78b8b}.prod2 h1{margin-bottom:20px;font-size:62px;line-height:62px}.prod2 h1 a{color:#000;font-size:16px;line-height:20px;display:block}.prod2 h1 a:hover{opacity:.8}.prod2 h3{font-size:28px;font-style:italic;font-weight:400}.prod2 p{padding-top:20px;padding-bottom:45px;font-family:Noto Sans,sans-serif;font-size:16px}.prod2 #cont_sabores li{vertical-align:top;border-bottom:1px solid #000;width:49%;height:51px;padding:4px;font-family:Noto Sans,sans-serif;font-size:14px;display:inline-block}.prod2 ul{border-bottom:1px solid #231f20;margin-bottom:15px;padding-bottom:15px}.prod2 ul li{vertical-align:top;padding:0}.prod2 ul li span{text-align:center;max-width:120px;margin:auto;font-family:Noto Sans,sans-serif;font-size:12px;display:block}.prod2 ul li img{filter:drop-shadow(4px 4px 4px #0006);-o-object-fit:contain;object-fit:contain;width:100%;height:112px;margin-bottom:12px}.prod2 .borde{border-top:1px solid #231f20;padding-top:15px}.prod2 .boton{color:#231f20;font-family:Noto Sans,sans-serif;font-size:16px;font-weight:700}.prod2 .fotoprod{-o-object-fit:contain;object-fit:contain;filter:drop-shadow(5px 5px 5px #0006);width:300px;height:400px;margin:auto;position:fixed;top:37%;left:0;right:0}.prod2 .carouselpresentacion{padding-top:33px}.prod2 .carouselpresentacion .slick-prev{color:#0000;z-index:9;background-color:#000;background-image:url(/img/flechaizq.png);background-position:50%;background-repeat:no-repeat;background-size:10px;border:none;border-radius:60px;width:60px;height:60px;position:absolute;bottom:-67px;left:0}.prod2 .carouselpresentacion .slick-next{z-index:9;color:#0000;background-color:#000;background-image:url(/img/flechader.png);background-position:50%;background-repeat:no-repeat;background-size:10px;border:none;border-radius:60px;width:60px;height:60px;position:absolute;bottom:-67px;right:0}.prod2 .carouselpresentacion .slick-prev:hover,.prod2 .carouselpresentacion .slick-next:hover{opacity:.8}.prod2 .col1{min-height:500px}.prod2 .col2{text-align:center;padding-left:37px}.prod2 .col3{padding-left:33px}.productos{padding-bottom:45px}.productos h1{margin-bottom:20px;font-size:66px}.productos h2{font-family:Barcelony;font-size:45px}.productos p{margin-top:22px;font-family:Noto Sans,sans-serif;font-size:15px}.productos.helados{background-color:#f7e7e7}.productos.helados .col-md-4{text-align:center;margin-bottom:66px}.productos.helados .col-md-4 a{color:#000;text-align:center;font-family:Noto Sans,sans-serif;font-style:italic}.productos.helados .col-md-4 a span{border-radius:6px;padding:5px 10px}.productos.helados img{max-width:90%;margin:auto auto 20px;display:block}.productos.helados a:hover img{transform:scale(1.04)}.productos.helados a:hover span{background-color:#d78b8b}.productos.helados .cats{text-align:center;padding-top:45px;padding-bottom:45px}.productos.helados .cats li{color:#231f20;border-right:1px solid #231f20;margin-right:15px;padding:4px 15px 4px 0;display:inline-block}.productos.helados .cats a{color:#000;font-family:Noto Sans,sans-serif;font-weight:500}.productos.helados .cats li a:hover{color:#d98b8b}.productos.helados .cats li:last-child{border:none}.golo img{margin-top:41px}.productoslistado{background-color:#f7e7e7;padding-top:143px;padding-bottom:45px}.productoslistado h1{font-family:Calistoga,serif;font-size:51px}.productoslistado h2{padding-bottom:6px;font-family:Noto Sans,sans-serif;font-size:16px;font-weight:700}.productoslistado h4{margin:15px 0;font-family:Barcelony;font-size:43px}.productoslistado h4 span{display:block}.productoslistado p{padding-bottom:33px;padding-right:45px;font-family:Noto Sans,sans-serif}.productoslistado p span{display:block}.grillaproductos{min-height:500px}.grillaproductos .boton{color:#231f20;text-align:center;border:1px solid #0000;border-radius:12px;max-width:82%;margin:12px auto auto;padding:8px 15px;font-family:Noto Sans,sans-serif;font-style:italic;display:block}.grillaproductos .boton:hover{color:#fff;background-color:#000;border:1px solid #000}.grillaproductos .boton1{color:#231f20;text-align:center;border:1px solid #0000;border-radius:12px;max-width:82%;margin:12px auto auto;padding:8px 15px;font-family:Noto Sans,sans-serif;font-style:italic;display:block}.grillaproductos .boton1:hover{color:#fff;background-color:#ce8b49;border:1px solid #ce8b49}.grillaproductos .boton2{color:#231f20;text-align:center;border:1px solid #0000;border-radius:12px;max-width:82%;margin:12px auto auto;padding:8px 15px;font-family:Noto Sans,sans-serif;font-style:italic;display:block}.grillaproductos .boton2:hover{color:#fff;background-color:#d47d7d;border:1px solid #d47d7d}.grillaproductos .boton3{color:#231f20;text-align:center;border:1px solid #0000;border-radius:12px;max-width:82%;margin:12px auto auto;padding:8px 15px;font-family:Noto Sans,sans-serif;font-style:italic;display:block}.grillaproductos .boton3:hover{color:#fff;background-color:#cc961f;border:1px solid #cc961f}.grillaproductos .boton4{color:#231f20;text-align:center;border:1px solid #0000;border-radius:12px;max-width:82%;margin:12px auto auto;padding:8px 15px;font-family:Noto Sans,sans-serif;font-style:italic;display:block}.grillaproductos .boton4:hover{color:#fff;background-color:#aac8d1;border:1px solid #aac8d1}.grillaproductos .boton5{color:#231f20;text-align:center;border:1px solid #0000;border-radius:12px;max-width:82%;margin:12px auto auto;padding:8px 15px;font-family:Noto Sans,sans-serif;font-style:italic;display:block}.grillaproductos .boton5:hover{color:#fff;background-color:#8e4b2d;border:1px solid #8e4b2d}.grillaproductos .boton6{color:#231f20;text-align:center;border:1px solid #0000;border-radius:12px;max-width:82%;margin:12px auto auto;padding:8px 15px;font-family:Noto Sans,sans-serif;font-style:italic;display:block}.grillaproductos .boton6:hover{color:#fff;background-color:#f99158;border:1px solid #f99158}.grillaproductos img{filter:drop-shadow(5px 5px 5px #0006);-o-object-fit:contain;object-fit:contain;width:100%;height:245px}.grillaproductos img:hover{transform:scale(1.04)}.grillaproductos .col-md-4{margin-bottom:33px}.tituloslistado .titulo1{font-family:Calistoga,serif;font-size:22px}.tituloslistado .titulo2{border-bottom:1px solid #000;margin-bottom:20px;padding-bottom:4px;font-family:Noto Sans,sans-serif;font-size:16px}.tituloslistado .titulo3{border-bottom:1px solid #000;margin-bottom:20px;padding-bottom:4px;font-family:Calistoga,serif;font-size:22px}.footerprod{background-color:#d78b8b;background-image:url(/img/helados/bg-helados.png);background-position:50%;background-repeat:no-repeat;background-size:100%;min-height:100vh;padding-top:0;padding-bottom:33px;position:relative}.footerprod h4{text-align:center;padding:33px;font-size:51px}.footerprod h4 span{font-family:Barcelony;font-size:76px}.footerprod .boton{color:#231f20;text-align:center;border-radius:12px;max-width:82%;margin:12px auto auto;padding:8px 15px;font-family:Noto Sans,sans-serif;font-style:italic;display:block}.footerprod .boton:hover{background-color:#da8c8b}.footerprod .col-md-4 img{-o-object-fit:contain;object-fit:contain;filter:drop-shadow(5px 5px 5px #0006);max-width:250px;height:300px;margin:auto;display:block}.footerprod .col-md-4 img:hover{transform:scale(1.04)}.footerprod .bullet{text-align:center;margin:45px auto 0;display:block}.footerprod .cats{text-align:center;padding-top:45px}.footerprod .cats li{color:#231f20;border-right:1px solid #231f20;margin-right:15px;padding:4px 15px 4px 0;display:inline-block}.footerprod .cats a{color:#000;font-family:Noto Sans,sans-serif;font-weight:500}.footerprod .cats li a:hover,.footerprod .cats .active{color:#fff}.footerprod .cats li:last-child{border:none}.nofix{position:relative!important;top:-20px!important}#nav-icon1,#nav-icon2,#nav-icon3,#nav-icon4{cursor:pointer;width:55px;height:36px;margin:0;transition:all .5s ease-in-out;position:relative;transform:rotate(0)}#nav-icon1 span,#nav-icon3 span,#nav-icon4 span{opacity:1;background:#000;border-radius:16px;width:33px;height:3px;transition:all .25s ease-in-out;display:block;position:absolute;left:0;transform:rotate(0)}#nav-icon1 span:first-child{top:12px}#nav-icon1 span:nth-child(2){top:22px}#nav-icon1 span:nth-child(3){top:32px}#nav-icon1.open span:first-child{top:28px;transform:rotate(135deg)}#nav-icon1.open span:nth-child(2){opacity:0;left:-60px}#nav-icon1.open span:nth-child(3){top:28px;transform:rotate(-135deg)}.construccion{text-align:center;background-image:url(/img/header-bg.jpg);background-size:cover;height:100vh;padding-top:200px}.construccion .borde{position:absolute;top:0;right:0}.construccion .links li{margin-right:4px;display:inline-block}.construccion .links li a:hover{opacity:.6}.construccion p{padding-bottom:33px;font-family:Noto Serif,serif;font-size:20px}.construccion p span{display:block}.construccion h1{padding:45px 20px;font-family:Barcelony;font-size:52px}.construccion .sello{margin:45px auto}#accordion .titulo1{cursor:pointer;border-bottom:1px solid #000;margin-bottom:6px;padding-bottom:12px;font-family:Calistoga,serif;font-size:30px;font-style:italic}#accordion div{padding:12px 6px}#accordion2 h3{cursor:pointer;border-bottom:1px solid #000;padding:4px;font-family:Noto Sans,sans-serif;font-size:20px;font-weight:700}#accordion2 div{padding:12px 0}#accordion2 .item{margin-bottom:12px}.filtro{text-align:center;padding-top:26px}.filtro li{margin-left:12px;margin-right:12px;font-family:Calistoga,serif;font-size:18px;font-weight:700;display:inline-block}.filtro a{text-transform:uppercase;color:#000;border:1px solid #000;border-radius:6px;padding:15px;font-family:Noto Sans,sans-serif;font-size:18px;font-weight:700}.filtro a:hover,.filtro select:hover{color:#fff;background-color:#000}.filtro select{appearance:none;font-family:Noto Sans,sans-serif;font-size:inherit;cursor:inherit;line-height:inherit;color:#000;text-transform:uppercase;background-color:#0000;background-image:url(/img/caret-down-solid.svg);background-position:89%;background-repeat:no-repeat;background-size:12px;border:1px solid #000;border-radius:6px;margin:0;padding:12px 45px 12px 18px;font-weight:700}.filtro select:hover{cursor:pointer;background-image:url(/img/caret-down-solid1.svg)}.hiddenfotos{display:none}#marcas-list{height:700px;overflow-x:hidden}.lightbox2{z-index:2147483647;text-align:center;background-color:#000c;width:100%;height:100%;margin:auto;padding:33px 33px 55px;position:fixed;top:0;left:0;right:0}.lightbox2 .x2{color:#fff;cursor:pointer;font-family:Noto Sans,sans-serif;font-size:24px;font-weight:700;position:absolute;top:10px;right:22px}.lightbox2 .x2:hover{opacity:.8}.lightbox2 img{width:700px;height:auto}.padnews{text-align:left;background-color:#c5a484;width:600px;margin:100px auto auto;padding:33px;position:relative}.padnews h1{color:#fff;text-align:center;font-family:Barcelony;font-size:52px}.padnews h2{color:#000;margin-bottom:10px;font-size:20px;font-weight:600}.padnews p{text-align:center;margin-bottom:20px;padding-top:20px;font-family:Noto Serif,serif;font-size:20px;line-height:22px}.padnews p span{display:block}.padnews input[type=email],.padnews input[type=text],.padnews input[type=password]{color:#000;background-color:#c5a484;border:1px solid #000;width:100%;margin-top:10px;margin-bottom:10px;padding:10px;font-family:Noto Sans,sans-serif;font-size:16px;display:block}.padnews input::placeholder{color:#000;opacity:1}.padnews input[type=submit],.padnews input[type=button]{color:#fff;background-color:#000;border:none;margin:auto auto 10px;padding:10px;font-family:Noto Sans,sans-serif;font-size:14px;display:block}.padnews modalnews .x2{color:#000;z-index:9999;font-size:45px!important;font-weight:100!important}.padnews .recordar{color:#000}.padnews .crear{color:#000;border-top:1px dotted #000;margin-top:15px;padding:10px 10px 10px 0;font-size:20px;display:block}.padnews h3{padding-top:15px;padding-bottom:10px;font-size:15px}.padnews ul{text-align:center}.padnews ul li{width:45%;margin-right:6px;display:inline-block}.lonuevo{text-align:center;padding:81px 0}.lonuevo h4{font-family:Calistoga,serif;font-size:33px}.lonuevo p{padding-bottom:33px;font-family:Noto Serif,serif;font-size:25px}.lonuevo p span{font-style:italic;font-weight:700}.lonuevo img{width:100%;margin:auto;display:block}.lonuevo .fotomobile{display:none}.padprods{padding-top:81px}#mapa4 h2{text-align:center;font-size:26px}.valores1{background-color:#c5a484;padding:33px}.valores1 h2{font-size:43px}.codigo{background-color:#9fc8d4;margin-top:20px;padding-top:33px;padding-bottom:69px}.codigo h3{margin-bottom:12px;font-size:14px}.codigo p{font-family:Noto Sans,sans-serif;font-size:12px}.codigo a{color:#000;margin-right:43px;font-family:Noto Sans,sans-serif;font-size:12px}.codigo .borde{border-right:1px solid #000}.codigo2{color:#fff;background-color:#000;padding-top:33px;padding-bottom:33px}.codigo2 h3{margin-bottom:12px;font-size:14px}.codigo2 p{font-family:Noto Sans,sans-serif;font-size:12px}.codigo2 .mail{color:#fff;margin-right:12px;font-family:Noto Sans,sans-serif;font-size:12px}.codigo2 .borde{border-right:1px solid #000}.codigo2 .link{color:#000;background-color:#fff;border-radius:12px;margin-right:20px;padding:6px 12px;font-weight:700}.codigo2 img{filter:invert();margin-left:6px}@media (max-width:1100px){.fabrica img{max-width:600px}}@media (max-width:1300px){.prod2 .fotoprod{width:352px}.prod2 ul li img{width:auto;margin:auto;display:block}.recetasprods ul li:first-child{width:70%}.recetasprods ul li:last-child{width:28%}.fabrica img{max-width:700px}.menu .links1 .linkboton a,.menu .links1 #linkboton{font-size:41px;line-height:52px}.menu .links1{padding:45px 45px 20px}.prod2 .container{max-width:1250px}}@media (max-width:1450px){.mod2 .texto{margin-top:90px;padding-left:33px}#two h5{font-size:70px}#two h4,#two h3{font-size:30px}.donde{background-position:100%;background-attachment:scroll;height:700px}.donde h2{padding-top:300px}.carouselhome .item .texto{opacity:.4}.carouselhome .slick-current,.carouselhome .slick-current .texto{opacity:1}.fondo0,.fondo1,.fondo2,.fondo3,.fondo4,.fondo5,.fondo6,.fondo7,.fondo8,.fondo9,.fondo10,.fondo11,.fondo12,.fondo13,.fondo14,.fondo15,.fondo16{background-size:600px!important}.carouselhome .texto{padding-top:82px}}.hero-cocina{overflow:hidden}.hero-cocina__left{background-color:#582400;min-height:560px;padding:3rem 4rem}.hero-cocina__content{width:100%;max-width:480px}.hero-cocina__search{background-color:#0000;border-radius:50px;align-items:center;gap:14px;margin-bottom:2.5rem;padding:14px 22px 14px 0;display:flex}.hero-cocina__input{color:#fff;background:0 0;border:none;outline:none;flex:1;font-size:1.15rem}.hero-cocina__input::placeholder{color:#fff;opacity:1}.hero-cocina__mic{background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.hero-cocina__icon{flex-shrink:0;width:22px;height:22px;display:inline-block}.hero-cocina__icon--search,.hero-cocina__icon--mic{color:#3a1e11}.hero-cocina__icon--ai{color:#fff;width:20px;height:20px}.hero-cocina__title{color:#fff;margin-bottom:2rem;font-size:3rem;line-height:1.15}.hero-cocina__btn{color:#3a1e11;letter-spacing:.02em;text-transform:uppercase;background-color:#fff;border:none;border-radius:15px;margin-bottom:3rem;padding:16px 32px;font-family:Noto Sans,sans-serif;font-size:1rem;font-weight:700}.hero-cocina__btn:hover{color:#231f20;background-color:#c98627}.hero-cocina__ai{color:#fff;align-items:center;gap:10px;display:flex}.hero-cocina__right{min-height:560px}.hero-cocina__photo{width:100%;height:100%;min-height:560px}.hero-cocina__photo img{width:100%}.hero-cocina__phone{border-radius:24px;width:260px;height:340px;bottom:0;left:-16%}@media (max-width:991.98px){.hero-cocina__left{min-height:auto;padding:2.5rem 1.5rem}.hero-cocina__title{font-size:2.2rem}.hero-cocina__right,.hero-cocina__photo{min-height:auto}.hero-cocina__phone{width:180px;height:240px;display:none;bottom:-5%;left:5%}}@media (max-width:450px){nav .colfrase{display:none}.iconomobile{position:absolute}nav .logo img{margin:0 0 0 45px;display:inline}.logo{text-align:center}#two .tituloh1{color:#000;text-shadow:none;font-size:70px;line-height:70px;top:16%;line-height:58px!important}#two h2{text-align:center;text-align:center;width:100%;margin:auto;font-size:26px;inset:auto 0 22%}#two h3{text-align:center;text-align:center;margin:auto;inset:auto 0 4%}.mod2 .texto,.mod2 h2,.elegi .col2 img{width:100%}#two .row{--bs-gutter-x:0}#two h4,#two h3{font-size:25px}#two h3 .titulo2{margin-right:20px}.mod2 .sello{top:41%}.mod2 .texto{margin-top:68px;padding-bottom:33px}.mod2 h2,.mod2 h3{font-size:22px}.carouselhome .cats{padding-top:0;padding-bottom:0}.carouselhome a{font-size:12px}.carouselhome .cats li{margin-bottom:15px;padding:4px 8px 4px 0}.carouselhome .cats li:nth-child(3){border:none;margin-right:9px}.carouselhome .item{padding-bottom:0}.carouselhome .cats{padding-top:45px}.donde{background-image:url(/img/donde-estamos-bg-3.jpg);background-position:50%;background-size:cover;height:500px}.donde h2{padding-top:233px}.elegi .col2{padding-top:20px}.elegi .col2 img{width:300px}.elegi .col2 h3{margin-bottom:33px}footer .col4{text-align:left;margin-bottom:33px}footer .col-md-3 ul li{border-right:1px solid #fff;margin-right:4px;padding-right:8px;line-height:20px;display:inline-block}footer .order-4{margin-top:20px}footer ul li a{font-size:14px}footer .col-md-3 .links li{border:none;margin:0;padding:0}footer .order-3{margin-top:20px}footer h2{margin-bottom:15px}footer ul li:last-child{border:none}footer .footer2 .sello{width:90px;top:-33px}footer .footer2{margin-top:60px;padding:70px 15px 20px}footer .footer2 li{text-align:left;display:block}footer .footer2 ul{text-align:left}footer input[type=text],footer input[type=email]{width:100%}footer .copy ul li:after{display:none}footer .copy .col2{text-align:center;padding-top:20px}.footer2 ul img{margin-left:12px}.carouselhome .cats li{margin-right:9px;padding:4px 8px 0 0}.carouselhome .foto{width:auto;max-height:300px;margin:auto;display:block}.carouselhome .texto{text-align:center;width:100%;max-width:300px;margin:auto;padding-top:33px;display:block}.carouselhome .item{background-position:cover;background-size:100%}.carouselhome .cats li{padding:4px 8px 4px 0}.carouselhome h2{font-size:33px}.carouselhome .slick-prev{left:15px}.carouselhome .slick-next{right:15px}.iconomobile{z-index:99999999}.menu{height:auto;top:-200%}.activemenu{height:100%;top:70px}.menu .links1 .linkboton a,.menu .links1 #linkboton{font-size:25px;line-height:41px}.menu .links1{padding:20px}.menu .links{padding-left:20px}.copy ul{padding-left:15px}footer .container{padding-left:30px}.menu .productos{border:2px dotted #fff;border-left:none;border-right:none;width:auto;margin:15px 0;padding:20px;position:relative;top:0;left:0}.menu .productos a{font-size:20px;line-height:26px}.donde{background-attachment:scroll}footer .copy ul li{display:block}.carouselhome .cats,#two h5{max-width:300px;margin:auto}.fondo0,.fondo1,.fondo2,.fondo3,.fondo4,.fondo5,.fondo6,.fondo7,.fondo8,.fondo9,.fondo10,.fondo11,.fondo12,.fondo13,.fondo14,.fondo15,.fondo16{background-size:345px!important}#two h4 span{display:inline}#two h4,#two h3{line-height:25px}#two h4{bottom:25%}.mod2 .sello{width:80px}.mod2 h4{width:100%}.construccion .sello{margin-top:20px;margin-bottom:20px;position:relative;bottom:0}.construccion p span{display:inline}.construccion p{padding:0 33px 33px}.lonuevo .fotomobile{width:100%;display:block}.lonuevo .fotodesktop{display:none}#two .logo2{max-width:245px}#two{padding:0}#fotohome{max-width:280px}#two h5{font-size:57px}#two h4{width:300px}.section>.row>.col{height:845px;min-height:auto}#two h3 .titulo2{margin-top:33px}.carouselhome .item{background-size:contain!important}.carouselhome .fondo3 h2,.carouselhome .fondo3 p{color:#231f20}.carouselhome p{max-width:300px}.carouselhome p span{display:inline}.carouselhome .fondo3 a{color:#231f20}.carouselhome .fondo3 a span{border:1px solid #231f20}.lonuevo p{padding:12px 33px;font-size:18px;line-height:22px}.fabrica .texto{padding:45px 0 33px 33px}.fabrica .texto p .enter{display:inline}.fabrica img{width:100%;max-width:100%;position:relative}.elegi .foto{height:300px}.elegi{padding-top:0}.fabrica .col-md-6{margin:0;padding:0}.fabrica{height:auto}.fabrica .entermobile{display:block}.fabrica .texto p{padding-bottom:12px;font-size:21px;line-height:28px}.fabrica .row{--bs-gutter-x:0}.fabrica .container-fluid{padding:0}.fabrica .boton{margin-top:15px}.menu{background-size:cover}.padnews{width:100%}.padnews p span{display:inline}.padnews ul li{width:100%}.lineavacalin{padding-left:0}.mapa{height:auto;padding:33px}.valores h2{font-size:37px}.valores h2 span{font-size:52px}.valores h3,.valores p{padding-right:0}.carouselnosotros h2{padding:20px}.carouselnosotros p{padding:0 20px 20px}.carouselnosotros h2{font-size:41px}.carouselnosotros .slick-prev,.carouselnosotros .slick-next{top:18%}.carouselnosotros .col-md-6{margin:0;padding:0}.carouselnosotros .row{--bs-gutter-x:0}.headerdonde p{font-size:18px}.filtro li{width:100%;margin:0 0 12px;display:block}.filtro select{width:100%;margin-bottom:6px}.filtro a{text-align:left;width:100%;display:block}.filtro{padding-top:0}#mapa4 .row{--bs-gutter-x:0}#mapa4 .mt-5{margin-top:0!important}.mapadonde{height:500px!important}.headerfran h1{padding:94px 33px 33px;font-size:47px}.headerfran{height:245px}.franquicias .texto1{max-width:89%;font-size:18px;line-height:29px}.franquicias .grilla{padding:0}.franquicias .grilla .borde1{border:none}.grilla .row{--bs-gutter-x:0}.franquicias .grilla .borde2{display:none}.franquicias .grilla .col-md-6{border-bottom:1px dotted #000;padding-bottom:20px}.ofrecemos img{margin-top:12px}.ofrecemos{padding-bottom:0}.ofrecemos .row{--bs-gutter-x:0}.formulario h3{margin-bottom:15px;font-size:29px}.formulario h2{padding-top:20px;font-size:16px}.formulario{padding:20px}.formulario .row{--bs-gutter-x:0}#embeded_code .microsite_title{height:auto;padding-bottom:15px;font-size:21px}.trabaja h1{padding:0 20px;font-size:18px}.trabaja h2{padding-bottom:33px;font-size:30px}.contacto2 h2{font-size:43px}.contacto2 .formulario{padding-top:82px}.contacto2 h3{font-size:16px;line-height:22px}#embeded_code .data_location{font-size:14px}.nosotros{padding-top:92px}.filtro select{background-position:94%;font-size:14px}.filtro a{font-size:14px}.productoslistado p span{display:inline}.productoslistado .row{--bs-gutter-x:0}.productoslistado h4 span{display:inline}.productoslistado h4{font-size:33px}.productoslistado p{padding-right:0}.productoslistado{padding-top:104px}.productoslistado h2,.productoslistado h4,.productoslistado p{text-align:center}.productoslistado .fix img{margin:auto auto 33px;display:block}.prod2 .row{--bs-gutter-x:0}.prod2 .fotoprod{width:343px;height:345px;position:relative;top:0}.prod{height:400px;margin-top:75px}.prod2 .fotoprod{margin:auto;display:block}.prod2 .fotoprod2{margin-top:-411px}.prod2 .col1 h1{display:none}.prod2 h1{margin-bottom:0}.prod2 h2{padding-top:12px}.recetasprods .row{--bs-gutter-x:0}.footerprod .cats a{font-size:12px}.grillaproductos img{width:145px;height:205px;margin:auto;display:block}.prod{min-height:450px}.prod2 .col2{padding-left:0}.prod2 .col3,.prod2 .col1 h2{padding-left:15px}.prod2 .col1{min-height:0;margin-bottom:52px}.prod2 ul li img{margin-bottom:15px}.footerprod .cats{padding:20px}.footerprod .col-md-4{margin-bottom:33px}.footerprod h4{font-size:43px}.footerprod h4 span{font-size:49px}.recetasprods{padding:43px 15px 15px}.prod2 p{padding-right:15px;font-size:14px}.codigo .borde{border:none;border-bottom:1px solid #000;margin-bottom:20px;padding-bottom:20px}.codigo a{margin-bottom:4px;display:block}footer .footer2{margin-top:0}.videohome{margin-top:77px}.carouselhome .item{padding-top:0}.fabrica{padding:0}.donde h3{padding-top:133px}.lonuevo{padding:33px 0 0}footer .copy .col-md-6{font-size:14px}}
:root{--negro:#231f20;--marron:#c5a484;--marron-light:#e8d9c8;--marron-dark:#a5845e;--bg-receta:#d4bfa3;--radius:6px}.hogar-module{color:var(--negro);padding:2rem 0}.hogar-module .hm-title{letter-spacing:-.02em;margin-bottom:.25rem;font-size:2.8rem;font-weight:900;line-height:1}.hogar-module .hm-subtitle{margin-bottom:.15rem;font-size:25px;font-weight:300}.hogar-module .hm-ia-badge{letter-spacing:.04em;color:var(--negro);align-items:center;gap:.35rem;margin-bottom:1.6rem;font-size:.75rem;font-weight:600;display:inline-flex}.hogar-module .hm-ia-badge svg{width:16px;height:16px}.hogar-module .hm-question{margin-bottom:.6rem;font-family:Noto Sans,sans-serif;font-size:20px;font-weight:400}.hogar-module .hm-toggle-group{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.hogar-module .hm-btn-toggle{border:2px solid var(--marron);color:var(--marron-dark);letter-spacing:.06em;border-radius:var(--radius);cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;align-items:center;padding:.45rem 1.1rem;font-family:Noto Sans,sans-serif;font-size:.78rem;font-weight:700;transition:background .18s,color .18s;display:inline-flex}.hogar-module .hm-btn-toggle:hover{background:var(--marron-light);color:var(--marron-dark)}.hogar-module .hm-btn-toggle.active,.hogar-module .hm-btn-toggle.active:hover{background:var(--marron)!important;border-color:var(--marron)!important;color:#fff!important}.hogar-module .hm-section-title{text-transform:uppercase;margin-top:.5rem;margin-bottom:1rem;font-size:33px;font-weight:900}.hogar-module .hm-accordion{border-top:1.5px solid var(--negro)}.hogar-module .hm-accordion-item{border-bottom:1.5px solid var(--marron)}.hogar-module .hm-accordion-header{cursor:pointer;-webkit-user-select:none;user-select:none;text-align:left;width:100%;color:var(--negro);background:0 0;border:none;justify-content:space-between;align-items:center;padding:.9rem 0;font-size:20px;font-weight:400;display:flex}.hogar-module .hm-accordion-header .hm-arrow{border:solid var(--marron-dark);border-width:0 2.5px 2.5px 0;flex-shrink:0;margin-right:2px;padding:4px;transition:transform .22s;display:inline-block;transform:rotate(45deg)}.hogar-module .hm-accordion-item.open .hm-accordion-header .hm-arrow{transform:rotate(-135deg)}.hogar-module .hm-accordion-body{max-height:0;padding:0;transition:max-height .35s,padding .35s;overflow:hidden}.hogar-module .hm-accordion-item.open .hm-accordion-body{max-height:200px;padding:0 0 1rem}.hogar-module .hm-variants{flex-wrap:wrap;gap:.45rem;margin-bottom:.75rem;display:flex}.hogar-module .hm-variant-btn{border:1.5px solid var(--negro);color:var(--negro);letter-spacing:.07em;cursor:pointer;background:0 0;border-radius:20px;padding:.35rem .85rem;font-family:Noto Sans,sans-serif;font-size:.72rem;font-weight:700;transition:background .15s,color .15s}.hogar-module .hm-variant-btn:hover,.hogar-module .hm-variant-btn.active{background:var(--marron);border-color:var(--marron);color:#fff}.hogar-module .hm-accordion-body p{display:none}.hogar-module .hm-crear-wrap{cursor:pointer;align-items:center;gap:.75rem;margin-top:1.8rem;display:flex}.hogar-module .hm-crear-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .18s;display:flex}.hogar-module .hm-crear-wrap:hover .hm-crear-icon{background:var(--marron-light)}.hogar-module .hm-crear-icon svg{width:22px;height:22px}.hogar-module .hm-crear-label{letter-spacing:.12em;text-transform:uppercase;font-size:.82rem;font-weight:800}.hogar-module .hm-receta-section{background:var(--bg-receta);border-radius:var(--radius);margin-top:2.5rem;padding:2.5rem 2rem;display:none}.hogar-module .hm-receta-section.visible{animation:.4s fadeInUp;display:block}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.hogar-module .hm-receta-title{letter-spacing:-.01em;margin-bottom:1.5rem;font-size:2rem;font-weight:900;line-height:1.1}.hogar-module .hm-receta-meta{flex-direction:column;gap:.5rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.hogar-module .hm-receta-meta li{letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:.6rem;font-size:.82rem;font-weight:700;display:flex}.hogar-module .hm-receta-meta svg{flex-shrink:0;width:20px;height:20px}.hogar-module .hm-dots{gap:3px;display:inline-flex}.hogar-module .hm-dot{background:var(--negro);border-radius:50%;width:11px;height:11px}.hogar-module .hm-dot.empty{border:2px solid var(--negro);background:0 0}.hogar-module .hm-receta-divider{border:none;border-top:1.5px solid var(--negro);opacity:.3;margin:1.2rem 0 1.5rem}.hogar-module .hm-ingredientes-title,.hogar-module .hm-prep-title{margin-bottom:.75rem;font-size:1.1rem;font-style:italic;font-weight:800}.hogar-module .hm-ingredientes-list{margin:0;padding:0;font-family:Noto Sans,sans-serif;font-size:.88rem;line-height:2;list-style:none}.hogar-module .hm-prep-text{font-size:.88rem;line-height:1.7}.hogar-module .hm-prep-text p{margin-bottom:1rem;font-family:Noto Sans,sans-serif}
.hm-receta-intro{color:#8a6d3b;margin:0 0 .5rem;font-size:1rem;font-style:italic;line-height:1.4;display:none}.hm-receta-aviso{color:#7a5b00;background:#fff3cd;border:1px solid #ffe69c;border-radius:6px;margin:0 0 .75rem;padding:.6rem .9rem;font-size:.9rem;line-height:1.4;display:none}.hm-debug-panel{color:#d4d4d4;background:#1e1e1e;border-radius:8px;margin-top:2rem;padding:1rem 1.25rem;font-size:.85rem}.hm-debug-panel h4{color:#9cdcfe;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem;font-size:.8rem}.hm-debug-panel h4:not(:first-child){margin-top:1.25rem}.hm-debug-panel pre{white-space:pre-wrap;word-break:break-word;color:#ce9178;background:#111;border-radius:6px;margin:0;padding:.75rem;font-family:Consolas,Menlo,monospace}.hm-debug-panel ul{margin:0;padding-left:1.25rem}.hm-debug-panel li{margin-bottom:.4rem;line-height:1.4}.recetas .modteam .col-md-6 img:hover{opacity:1;transform:scale(1.05)}.recetas .modteam .col-md-6 img{opacity:.8;transition:all .3s ease-in-out}
.menu.menucab a{cursor:pointer}.prod2 .carouselpresentacion .item{vertical-align:top;padding:0}.prod2 .carouselpresentacion .item span{text-align:center;max-width:120px;margin:auto;font-family:Noto Sans,sans-serif;font-size:12px;display:block}.prod2 .carouselpresentacion .item img{filter:drop-shadow(4px 4px 4px #0006);object-fit:contain;width:100%;height:112px;margin-bottom:12px}.prod2 .carouselpresentacion{border-bottom:1px solid #231f20;margin-bottom:15px;padding-bottom:15px}@media (max-width:1300px){.prod2 .carouselpresentacion .item img{width:auto;margin:auto auto 15px;display:block}}
