.display{margin:0;padding:0;color:var(--mono);font-weight:800;font-style:normal;letter-spacing:1px}.display--huge{font-size:32px;line-height:44px}@media only screen and (min-width:767px){.display--huge{font-size:56px;line-height:72px}}.display--large{font-size:28px;line-height:38px}.display--large--c-primary{color:var(--primary)}@media only screen and (min-width:767px){.display--large{font-size:38px;line-height:38px}}.display--mediun{font-size:22px;line-height:34px}@media only screen and (min-width:767px){.display--mediun{font-size:25px;line-height:35px}}.display--small{font-size:20px;line-height:32px}.display--small--c-primary{color:var(--primary)}@media only screen and (min-width:767px){.display--small{font-size:24px;line-height:32px}}@media only screen and (min-width:1200px){.display--small{font-size:36px;line-height:32px}}.display--c-off-white{color:var(--mono-off-white)}.display--c-primary,.text a{color:var(--primary)}.text{margin:0;padding:0;color:var(--mono);font-style:normal;letter-spacing:.75px;font-weight:400}.text a{font-weight:800}.text--c-placeholder{color:var(--mono-placehold)}.text--c-body{color:var(--mono-body)}.text--c-primary,.text--small b{color:var(--primary)}.text--c-white{color:var(--mono-off-white)}.text--m-large{font-size:20px;line-height:32px}.text--large{font-size:17px;line-height:28px}.text--mediun{font-size:15px;line-height:24px}@media only screen and (min-width:767px){.text--mediun{font-size:16px;line-height:24px}}.text--small{font-size:14px;line-height:22px;font-weight:500}@media only screen and (min-width:767px){.text--small{font-size:15px;line-height:24px}}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;text-align:center;line-height:0;font-weight:400;outline:none}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;*zoom:1;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-dataContainer:after,.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{position:absolute;top:43%;left:0;height:25%;width:100%;text-align:center;line-height:0}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(../img/controls/loading.gif) no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:none;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-next,.lb-nav a.lb-prev{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:.3;transition:opacity .6s}.lb-nav a.lb-prev{left:0;background:url(../img/controls/prev.png) left 48% no-repeat;width:34%;float:left}.lb-data .lb-close:hover,.lb-nav a.lb-next:hover,.lb-nav a.lb-prev:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(../img/controls/next.png) right 48% no-repeat}.lb-dataContainer{margin:0 auto;padding-top:5px;*zoom:1;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(../img/controls/close.png) top right no-repeat;text-align:right;outline:none;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity:.7;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger{padding:15px 0 15px 15px;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-property:opacity,filter,-webkit-filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger:hover{opacity:.7}.hamburger-box{width:40px;height:24px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-2px}.hamburger-inner::after,.hamburger-inner::before{content:"";display:block}.hamburger-inner::before{top:-10px}.hamburger-inner::after{bottom:-10px}.hamburger-inner,.hamburger-inner::after,.hamburger-inner::before{width:40px;height:3px;background-color:var(--primary);border-radius:4px;position:absolute;transition-property:transform;transition-property:transform,-webkit-transform;transition-duration:.15s;transition-timing-function:ease}.hamburger--arrow.is-active .hamburger-inner{width:39px;height:3px}.hamburger--arrow.is-active .hamburger-inner::before{-webkit-transform:translate3d(-4px,3px,0) rotate(-45deg) scale(.7,1);transform:translate3d(-4px,3px,0) rotate(-45deg) scale(.7,1);width:25px;height:3px}.hamburger--arrow.is-active .hamburger-inner::after{-webkit-transform:translate3d(-4px,-3px,0) rotate(45deg) scale(.7,1);transform:translate3d(-4px,-3px,0) rotate(45deg) scale(.7,1);width:25px;height:3px}:root{--mono:#222;--mono-ash:#262338;--mono-body:#4e4b66;--mono-label:#6e7191;--mono-placehold:#a0a3bd;--mono-line:#ebebeb;--mono-input:#eff0f6;--mono-bg:#fcfcfc;--mono-off-white:#fcfcfc;--primary:#005ecc;--primary-dark:#07306d;--secondary:#005bd4;--secondary-dark:#0041ac;--danger:#ca024f;--danger-dark:#9e0038}.button{display:table;padding:10px 22px;box-shadow:0 2px 4px 1px rgba(0,0,0,.4);font-size:13px;line-height:17px;letter-spacing:.25px;border-radius:8px;font-weight:700;font-family:"Nunito",sans-serif;transition:all .3s ease-out}.button--primary{color:var(--mono-off-white);background-color:var(--primary)}.button--primary:hover{background-color:var(--primary-dark)}.button--secondary{background-color:var(--mono-off-white);color:var(--primary);box-shadow:inset 0 0 0 2px var(--primary)}.button--secondary:hover{box-shadow:inset 0 0 0 2px var(--primary-dark);color:var(--primary-dark)}.button--only-icon{padding:5px 7px;box-shadow:inset 0 0 0 1px var(--primary)}.button .icon-phone{height:16px;width:16px;margin-left:8px}.button .icon-phone,.button .icon-phone-call,.button .icon-picture,.button .icon-ws{background-position:center;background-size:contain;background-repeat:no-repeat;display:inline-block;position:relative;bottom:-3px}.button .icon-picture,.button .icon-ws{height:16px;width:16px;margin-left:8px}.button .icon-phone{background-image:url(../img/icons/mobile-phone.svg)}.button .icon-phone-call{background-image:url(../img/icons/phone-call.svg);margin-left:0;height:24px;width:24px}.button .icon-ws{background-image:url(../img/icons/whatsapp-white.svg)}.button .icon-picture{background-image:url(../img/icons/photo-blue.svg)}.subtitle{border-bottom:2px solid var(--primary);display:table;margin:0 auto 30px;padding:8px 10px}@media only screen and (min-width:767px){.subtitle{margin-bottom:40px}}@media only screen and (min-width:1200px){.subtitle{margin-bottom:50px}}.subtitle h3{text-align:center}.navbar,.navbar__top .container{width:100%;background-color:var(--mono-off-white)}.navbar{position:fixed;z-index:100;box-shadow:0 10px 20px rgba(41,41,42,.07);height:56px;top:0}@media only screen and (min-width:767px){.navbar{height:70px}.navbar__top{height:70px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}}.navbar__top .container{line-height:0;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.navbar__top--img{width:125px}@media only screen and (min-width:767px){.navbar__top--img{width:240px}}@media only screen and (min-width:500px){.navbar__top--button-short{display:none}}.navbar__top--button-large{display:none}@media only screen and (min-width:500px){.navbar__top--button-large{display:initial}}@media only screen and (min-width:1200px){.navbar__top{display:none}}.navbar__links{background-color:var(--mono-line);position:relative;left:-100%}@media only screen and (min-width:1200px){.navbar__links,.navbar__links .menu{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.navbar__links{background-color:var(--mono-off-white);left:0;height:70px}.navbar__links .menu{-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}}.navbar__links .menu__item{padding:10px 0}@media only screen and (min-width:1200px){.navbar__links .menu__item{padding:0 15px}}.navbar__links .menu__item--logo{display:none}@media only screen and (min-width:1200px){.navbar__links .menu__item--logo{display:initial;margin-right:auto;padding-left:0}}.navbar__links .menu__link{color:var(--mono);font-size:14px;font-weight:700}.hero__text h1,.navbar__links .menu__link:hover{color:var(--primary)}.navbar__links .active{border-bottom:2px solid var(--primary);color:var(--primary)}.menu-racks__container{max-width:800px;margin:0 auto}@media only screen and (min-width:425px){.menu-racks__container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}}.menu-racks__container .card{border:1px solid var(--primary);border-radius:4px;background-color:#fff;text-align:center;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;padding:10px;width:220px;margin:0 auto 20px;box-shadow:0 2px 4px 1px rgba(0,0,0,.2);cursor:pointer}.menu-racks__container .card:hover{transition:all .1s ease-in-out}.menu-racks__container .card:hover h3{font-weight:800}.menu-racks__container .card:hover img{overflow:hidden;-webkit-transform:scale(1.1);transform:scale(1.1);transition:all .3s ease-in-out}@media only screen and (min-width:425px){.menu-racks__container .card{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:200px;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}}@media only screen and (min-width:767px){.menu-racks__container .card{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:120px;margin-bottom:0}}.menu-racks__container .card img{width:50%;height:70px;object-fit:contain;margin-right:10px}@media only screen and (min-width:425px){.menu-racks__container .card img{width:70px}}@media only screen and (min-width:767px){.menu-racks__container .card img{margin-bottom:10px;margin-right:0}}.menu-racks__container .card h3{width:50%;color:var(--primary)}@media only screen and (min-width:425px){.menu-racks__container .card h3{width:55%;text-align:center}}@media only screen and (min-width:767px){.menu-racks__container .card h3{width:100%}}.hero{background-image:url(../img/bg-hero-mobile-b.jpg);background-repeat:no-repeat;background-size:cover;background-position:center top;height:100vh;width:100%;margin-top:56px}@media only screen and (min-width:767px){.hero{background-image:url(../img/bg-hero-desktop-b.jpg);background-position:right top;height:50vh;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;padding-bottom:20px}}@media only screen and (min-width:1200px){.hero{height:75vh;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding-bottom:0}}.hero__container{position:relative;height:100vh}@media only screen and (min-width:767px){.hero__container{height:auto;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}.hero__text{background:rgba(239,240,246,.55);padding:15px;border-radius:8px;max-width:470px;margin:0 auto;position:absolute;bottom:109px}@media only screen and (min-width:767px){.hero__text{margin-top:0;margin-bottom:0;max-width:426px;margin-left:0;position:initial;background:rgba(239,240,246,.25)}}@media only screen and (min-width:1200px){.hero__text{background:initial}}.hero__text h1{margin-bottom:14px;line-height:0}@media only screen and (min-width:767px){.hero__text h1{margin-bottom:22px}}.hero__text h1 img{width:200px}@media only screen and (min-width:767px){.hero__text h1 img{width:290px}}@media only screen and (min-width:1200px){.hero__text h1 img{width:370px}}.heroPage__text h1,.hero__text p{margin-bottom:14px}@media only screen and (min-width:767px){.hero__text p{margin-bottom:22px}}@media only screen and (min-width:1200px){.hero__text p{margin-bottom:32px}}.hero__button{width:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:right;-ms-flex-pack:right;justify-content:right}.hero__button_hide{display:none}@media only screen and (min-width:767px){.hero__button_hide{display:block;margin-left:30px}.hero__button{-webkit-justify-content:left;-ms-flex-pack:left;justify-content:left}}.heroPage{background-image:url(../img/bg-hero-page.jpg);background-repeat:no-repeat;background-size:cover;background-position:right center;padding:30px 10px;margin-top:56px}@media only screen and (min-width:767px){.heroPage{padding:60px 0}}@media only screen and (min-width:1200px){.heroPage{padding:80px 0;margin-top:70px}}@media only screen and (min-width:767px){.heroPage__container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}}.heroPage__text{margin-bottom:30px}@media only screen and (min-width:767px){.heroPage__text{width:45%}}@media only screen and (min-width:1200px){.heroPage__text{width:50%}}@media only screen and (min-width:767px){.heroPage__text h1{margin-bottom:15px;font-size:48px;line-height:50px}}@media only screen and (min-width:1200px){.heroPage__text h1{line-height:50px}}.heroPage__text h1 span{color:var(--mono)}.heroPage__text p{margin-bottom:14px}@media only screen and (min-width:767px){.heroPage__text p{margin-bottom:22px}}@media only screen and (min-width:1200px){.heroPage__text p{margin-bottom:32px}}.heroPage__text p br{height:5px}.heroPage__button{width:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:right;-ms-flex-pack:right;justify-content:right}.heroPage__button_hide{display:none}@media only screen and (min-width:767px){.heroPage__button_hide{display:block;margin-left:30px}.heroPage__button{-webkit-justify-content:left;-ms-flex-pack:left;justify-content:left}}.heroPage__video{height:200px}@media only screen and (min-width:767px){.heroPage__video{width:50%}}@media only screen and (min-width:1200px){.heroPage__video{width:50%}}.heroPage__photo{border:3px solid #fff}.heroPage__photo img{width:100%;display:block}@media only screen and (min-width:767px){.heroPage__photo{width:50%}}@media only screen and (min-width:1200px){.heroPage__photo{width:48%}}.footer{background-color:var(--mono);color:var(--mono-off-white);padding:50px 10px 70px;display:block}@media only screen and (min-width:767px){.footer{padding-bottom:50px}}.footer__container{text-align:center}@media only screen and (min-width:767px){.footer__container{text-align:initial}}.footer__top{margin-bottom:30px}@media only screen and (min-width:767px){.footer__top{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}}.footer__bot{border-top:2px solid var(--primary);padding-top:15px}@media only screen and (min-width:767px){.footer__bot{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}}.footer__bot p,.footer__center h3{margin-bottom:15px}.footer__bot--card,.racks__text h2{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.footer__bot--card img{margin:0 5px;height:34px;width:50px}.footer__left{margin-bottom:60px}@media only screen and (min-width:767px){.footer__left{width:27%;margin-bottom:10px}}.footer__left img{width:180px;display:block;margin:0 auto 15px}@media only screen and (min-width:767px){.footer__left img{margin:0 auto 15px 0}}.footer__center{margin-bottom:60px}@media only screen and (min-width:767px){.footer__center{width:180px;margin-bottom:10px}.footer__center h3{font-size:24px}}.footer__center a{margin:0 auto 10px;display:table;color:var(--mono-off-white)}@media only screen and (min-width:767px){.footer__center a{margin:0 0 10px}.footer__right{width:30%}}.footer__right h3{margin-bottom:15px}@media only screen and (min-width:767px){.footer__right h3{font-size:24px}}.footer__right a{color:var(--mono-off-white)}.racks{margin-top:50px}@media only screen and (min-width:1200px){.racks__container{display:-webkit-flex;display:-ms-flexbox;display:flex}}.racks__type{background-color:#fff;padding-bottom:15px;border:2px solid var(--mono-line);border-radius:4px;position:relative;max-width:560px;margin:0 auto 30px}.racks__type::after{content:"";position:absolute;bottom:1%;left:2%;background-color:#000;width:96%;height:10%;box-shadow:0 10px 10px #00000082;z-index:-1}@media only screen and (min-width:767px){.racks__type{display:-webkit-flex;display:-ms-flexbox;display:flex;max-width:100%}}@media only screen and (min-width:1200px){.racks__type{display:initial;max-width:356px;margin-bottom:0}}@media only screen and (min-width:767px){.racks__img{width:50%}}@media only screen and (min-width:1200px){.racks__img{width:100%}}.cardType__img img,.racks__img img{display:block;width:100%;object-fit:contain;object-position:center}.racks__text{padding:10px}@media only screen and (min-width:767px){.racks__text{padding:10px 20px;max-width:50%}}@media only screen and (min-width:1200px){.racks__text{max-width:100%}}.racks__text h2{margin-bottom:10px;text-align:center;font-weight:100}.racks__text h2::before{content:"";width:17px;height:17px;background-color:var(--primary);display:block;margin-right:10px;border-radius:3px}.racks__text h2 span{color:var(--primary);font-weight:800;margin-left:5px}.contact__about .about p,.racks__text p{margin-bottom:20px}.racks__text a{margin:0 auto}@media only screen and (min-width:767px){.racks__text a{margin-left:auto}}@media only screen and (min-width:630px){.types{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:622px;margin:0 auto}}@media only screen and (min-width:767px){.types{width:722px}}@media only screen and (min-width:1200px){.types{width:1082px}}.types__item{width:280px;margin:0 auto 25px}@media only screen and (min-width:630px){.types__item{margin:0 15px 45px}}@media only screen and (min-width:767px){.types__item{margin:0 40px 45px}.types__item:last-child{margin-bottom:0}}@media only screen and (min-width:1200px){.types__item:nth-child(4n){margin-bottom:0}}.cardType{border:2px solid var(--primary);border-radius:4px;padding:10px;width:260px;background-color:#fff;box-shadow:0 2px 4px 1px rgba(0,0,0,.2);position:relative}@media only screen and (min-width:767px){.cardType{padding:15px}}@media only screen and (min-width:1200px){.cardType{width:273px}}.cardType__img{border:1px solid var(--primary);border-radius:4px}.cardType__img img{height:100%}.cardType__text h2{margin-bottom:5px}.cardType__text h2 span{color:var(--mono)}.cardType__img,.cardType__text p{margin-bottom:15px}.cardType__text a{margin-left:auto}.card-details,.card-photo{width:290px;position:relative;border:2px solid var(--primary);border-radius:4px}.card-details{padding:20px 15px;margin-right:auto;margin-left:auto;background-color:#fff}.card-details__container h3{color:var(--mono-off-white);border-radius:4px;font-size:22px;line-height:22px;font-weight:800;text-align:center;margin:0 auto 15px;padding:8px 18px;display:table;background-color:var(--primary)}.card-details__container img{height:120px;margin:0 auto 20px;display:block;width:258px;object-fit:contain}.card-details__details h4{color:var(--primary);margin-bottom:10px}.card-details__details .details .row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline;margin-bottom:2px}.card-details__details .details .row .left{width:105px}.card-details__details .details .row .left p{font-size:14px}.card-details__details .details .row .right p{font-weight:700}.card-photo{height:395px;overflow:hidden}.card-photo__img,.card-photo__img img{width:100%;height:100%}.card-photo__img img{object-position:center;object-fit:cover}.card-photo__button{background-color:rgba(0,94,204,.58);padding:30px 0;position:absolute;bottom:0;width:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.card-description{background-color:#fff;padding:20px 15px;width:290px;height:395px;position:relative;border:2px solid var(--primary);border-radius:4px}.card-description__button,.card-description__container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.card-description__container{height:100%;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.card-description__container h3{font-size:30px;font-weight:800;line-height:44px;color:var(--primary)}.card-description__container p{font-weight:400;font-size:16px;line-height:23px}.card-description__button{width:100%;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.card-description__button a:first-child,.racks-details__head-buttons a:first-child{margin-bottom:15px}.sugestion{padding:40px 10px;background-image:url(../img/bg-sugestion.jpg);background-repeat:no-repeat;background-size:cover;background-position:center top}@media only screen and (min-width:590px){.sugestion{background-position:right center}}@media only screen and (min-width:1200px){.sugestion{padding:90px 0}}.sugestion__container{background:rgba(239,240,246,.25);padding:10px;max-width:320px}@media only screen and (min-width:767px){.sugestion__container{max-width:360px;background-color:initial}}@media only screen and (min-width:1200px){.sugestion__container{max-width:430px}}.sugestion__container p{margin-bottom:15px}@media only screen and (min-width:1200px){.sugestion__container p{margin-bottom:30px}}@media only screen and (min-width:460px){.sugestion__price{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}}@media only screen and (min-width:767px){.sugestion__price{display:block}}.sugestion__price h2:first-child{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.sugestion__price h2:first-child span{margin-right:10px;color:var(--mono)}.sugestion__price h2:last-child{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.sugestion__price h2:last-child span{line-height:2;font-size:12px}@media only screen and (min-width:767px){.sugestion__price h2:last-child span{font-size:24px;margin-left:10px}}.sugestion__button{width:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:left;-ms-flex-pack:left;justify-content:left}.sugestion__button_hide{display:none}@media only screen and (min-width:767px){.sugestion__button_hide{display:block;margin-left:30px}.sugestion__button{-webkit-justify-content:left;-ms-flex-pack:left;justify-content:left}}.benefit__card,.benefit__container{display:-webkit-flex;display:-ms-flexbox;display:flex}.benefit__container{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;margin:0 auto;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.benefit__card{padding:15px;background-color:#fff;border:1px solid var(--mono-line);border-radius:4px;width:48%;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin:0 4px 15px;position:relative}.benefit__card:after{content:"";position:absolute;bottom:1%;left:2%;background-color:#000;width:96%;height:10%;box-shadow:0 10px 10px #00000082;z-index:-1;border-radius:50%}@media only screen and (min-width:600px){.benefit__card{width:30%}}@media only screen and (min-width:767px){.benefit__card{width:32%}}@media only screen and (min-width:1200px){.benefit__card{width:18%}}.benefit__card img{margin-bottom:15px;width:48px;height:48px}.benefit__card p{text-align:center}.modal{background-color:rgba(0,0,0,.8);position:fixed;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none;overflow:auto}.modal__contenido{background-color:var(--mono-off-white);opacity:.88;max-width:1200px;padding:5px;margin:0 auto;position:relative}.modal__close{position:fixed;right:5px;top:5px;z-index:102}.modal__close img{width:35px;height:35px}#modal-fijo:target{opacity:1;pointer-events:auto;z-index:101}@media only screen and (min-width:767px){#modal-fijo:target{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}#modal-movible:target{opacity:1;pointer-events:auto;z-index:101}@media only screen and (min-width:767px){#modal-movible:target{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}#modal-articulado:target{opacity:1;pointer-events:auto;z-index:101}@media only screen and (min-width:767px){#modal-articulado:target{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}#modal-techo:target{opacity:1;pointer-events:auto;z-index:101}@media only screen and (min-width:767px){#modal-techo:target{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}#modal-pedestal:target{opacity:1;pointer-events:auto;z-index:101}@media only screen and (min-width:767px){#modal-pedestal:target{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}#modal-gancho:target{opacity:1;pointer-events:auto;z-index:101}@media only screen and (min-width:767px){#modal-gancho:target{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}#modal-plegable:target{opacity:1;pointer-events:auto;z-index:101}@media only screen and (min-width:767px){#modal-plegable:target{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}#modal-piso:target{opacity:1;pointer-events:auto;z-index:101}@media only screen and (min-width:767px){#modal-piso:target{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}#modal-monitor:target{opacity:1;pointer-events:auto;z-index:101}@media only screen and (min-width:767px){#modal-monitor:target{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}#modal-proyector:target{opacity:1;pointer-events:auto;z-index:101}@media only screen and (min-width:767px){#modal-proyector:target{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}#modal-repisa:target{opacity:1;pointer-events:auto;z-index:101}@media only screen and (min-width:767px){#modal-repisa:target{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}.gallery__container{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[6];grid-template-columns:repeat(6,1fr);grid-gap:2px;grid-auto-rows:220px}@media only screen and (min-width:767px){.gallery__container{grid-auto-rows:200px;grid-gap:8px}}@media only screen and (min-width:1200px){.gallery__container{-ms-grid-columns:(1fr)[7];grid-template-columns:repeat(7,1fr);grid-auto-rows:320px;grid-gap:10px}}.gallery__container--racks{-ms-grid-columns:(1fr)[10];grid-template-columns:repeat(10,1fr)}.gallery__item{position:relative;overflow:hidden}.gallery__item img{width:100%;height:100%;object-fit:cover;-webkit-filter:brightness(85%);filter:brightness(85%);transition:all .4s ease;-webkit-transform:scale(1);transform:scale(1)}.gallery__item img:hover{-webkit-filter:brightness(100%);filter:brightness(100%);transition:all .4s ease;-webkit-transform:scale(1.05);transform:scale(1.05)}.gallery__item h4{position:absolute;bottom:0;background:linear-gradient(rgba(255,255,255,0),#000);width:100%;padding:6px 6px 2px;color:var(--mono-off-white);font-family:"Nunito",sans-serif;font-weight:100;font-size:12px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;box-sizing:border-box}.gallery__item h4 span{width:20px;height:3px;background-color:var(--primary);display:inline-block}@media only screen and (min-width:1200px){.gallery__item h4{font-size:14px;padding:10px 10px 8px}}.gallery__item:nth-child(1){-ms-grid-column:span 6;grid-column-start:span 6}.gallery__item:nth-child(2),.gallery__item:nth-child(3){-ms-grid-column:span 3;grid-column-start:span 3}.gallery__item:nth-child(4){-ms-grid-column:span 4;grid-column-start:span 4}.gallery__item:nth-child(5),.gallery__item:nth-child(6){-ms-grid-column:span 2;grid-column-start:span 2}.gallery__item:nth-child(7){-ms-grid-column:span 4;grid-column-start:span 4}@media only screen and (min-width:600px){.gallery__item:nth-child(1),.gallery__item:nth-child(2){-ms-grid-column:span 3;grid-column-start:span 3}.gallery__item:nth-child(3),.gallery__item:nth-child(4),.gallery__item:nth-child(5),.gallery__item:nth-child(6){-ms-grid-column:span 2;grid-column-start:span 2}.gallery__item:nth-child(7){-ms-grid-column:span 4;grid-column-start:span 4}}@media only screen and (min-width:767px){.gallery__item:nth-child(1),.gallery__item:nth-child(2),.gallery__item:nth-child(3),.gallery__item:nth-child(4){-ms-grid-column:span 2;grid-column-start:span 2}.gallery__item:nth-child(5),.gallery__item:nth-child(6){-ms-grid-column:span 1;grid-column-start:span 1}.gallery__item:nth-child(7){-ms-grid-column:span 2;grid-column-start:span 2}}@media only screen and (min-width:1200px){.gallery__item:nth-child(1){-ms-grid-column:span 3;grid-column-start:span 3}.gallery__item:nth-child(2),.gallery__item:nth-child(3),.gallery__item:nth-child(4){-ms-grid-column:span 2;grid-column-start:span 2}.gallery__item:nth-child(5),.gallery__item:nth-child(6){-ms-grid-column:span 1;grid-column-start:span 1}.gallery__item:nth-child(7){-ms-grid-column:span 3;grid-column-start:span 3}}.gallery__item--racks:nth-child(1),.gallery__item--racks:nth-child(2),.gallery__item--racks:nth-child(3),.gallery__item--racks:nth-child(4),.gallery__item--racks:nth-child(5),.gallery__item--racks:nth-child(6){-ms-grid-column:span 10;grid-column-start:span 10}@media only screen and (min-width:767px){.gallery__item--racks:nth-child(1),.gallery__item--racks:nth-child(2),.gallery__item--racks:nth-child(3),.gallery__item--racks:nth-child(4),.gallery__item--racks:nth-child(5),.gallery__item--racks:nth-child(6){-ms-grid-column:span 5;grid-column-start:span 5}}@media only screen and (min-width:1200px){.gallery__item--racks:nth-child(1),.gallery__item--racks:nth-child(2){-ms-grid-column:span 3;grid-column-start:span 3}.gallery__item--racks:nth-child(3),.gallery__item--racks:nth-child(4){-ms-grid-column:span 4;grid-column-start:span 4}.gallery__item--racks:nth-child(5),.gallery__item--racks:nth-child(6){-ms-grid-column:span 3;grid-column-start:span 3}}@media only screen and (min-width:424px){.info__container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.info__card{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0 auto 15px}@media only screen and (min-width:424px){.info__card{width:45%;margin-bottom:40px}.info__card:nth-child(3n),.info__card:nth-child(4n){margin-bottom:0}}@media only screen and (min-width:767px){.info__card{width:25%;margin-bottom:0}}.info__card img{width:38px;height:38px;margin-bottom:5px}.info__card h4{color:var(--mono);font-weight:700;font-size:18px;margin-bottom:4px}@media only screen and (min-width:767px){.info__card h4{font-size:20px}}.racks-details__head{border:1px solid var(--primary);background-color:#fff;max-width:346px;margin-right:auto;margin-left:auto;box-shadow:0 10px 20px rgba(0,0,0,.2)}@media only screen and (min-width:767px){.racks-details__head{max-width:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}}.racks-details__head-title{background-color:var(--primary);padding:15px;text-align:center}@media only screen and (min-width:767px){.racks-details__head-title{width:26%;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;display:-webkit-flex;display:-ms-flexbox;display:flex}}.racks-details__head-title h2{font-weight:400;line-height:35px;color:var(--mono-off-white)}@media only screen and (min-width:767px){.racks-details__head-title h2{text-align:left;font-size:24px;line-height:45px}}.racks-details__head-title h2 span{font-weight:800;font-size:40px;margin-top:5px}@media only screen and (min-width:767px){.racks-details__head-title h2 span{font-size:33px}}@media only screen and (min-width:1200px){.racks-details__head-title h2 span{font-size:42px}}.racks-details__head-details{padding:15px 30px 0}@media only screen and (min-width:767px){.racks-details__head-details{width:40%;padding:10px 0}}@media only screen and (min-width:1200px){.racks-details__head-details{width:40%}}.racks-details__head-details .details__row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin-bottom:10px}.racks-details__head-details .details__row:last-child{margin-bottom:0}.racks-details__head-details .details__row .left{width:30px;position:relative;bottom:-5px}.racks-details__head-details .details__row .left img{width:14px}.racks-details__head-details .details__row .right{width:calc(100% - 35px)}.racks-details__head-details .details__row .right p{line-height:20px}.racks-details__head-buttons{padding:15px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width:767px){.racks-details__head-buttons{width:25%}}@media only screen and (min-width:1200px){.racks-details__head-buttons{width:16%}}.racks-details__group{padding:30px 0 0;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border-bottom:5px solid var(--primary)}@media only screen and (min-width:767px){.racks-details__group{-webkit-justify-content:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}}@media only screen and (min-width:1200px){.racks-details__group{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}}.racks-details__item{margin:0 auto 20px}@media only screen and (min-width:767px){.racks-details__item{margin:0 0 30px}}@media only screen and (min-width:1200px){.racks-details__item{margin:0 50px 30px}}.contact__container{margin-bottom:30px}@media only screen and (min-width:767px){.contact__about{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}}.contact__about .about{margin-bottom:50px}.contact__about .about img{width:200px;display:block;margin:0 auto}@media only screen and (min-width:767px){.contact__about .about{width:46%}}.contact__about .form-section{margin-bottom:50px}@media only screen and (min-width:767px){.contact__about .form-section{width:46%}}.contact__address{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.contact__address img{height:25px;margin-right:10px;width:20px}#mapa,.contact__address p,.form,img{width:100%}#mapa{margin-top:15px;height:300px}@media only screen and (min-width:767px){#mapa{height:350px}}@media only screen and (min-width:1200px){#mapa{margin-top:30px;height:450px}}.form{margin:0 auto}.form__input{display:block;box-sizing:border-box;width:100%;border-radius:4px;border:1px solid var(--primary);padding:10px 15px;margin-bottom:10px;font-size:14px;color:var(--mono);background-color:#fff}.form input::-webkit-input-placeholder,.form textarea::-webkit-input-placeholder{color:var(--mono-placehold)}.form input::-moz-placeholder,.form textarea::-moz-placeholder{color:var(--mono-placehold)}.form input:-ms-input-placeholder,.form textarea:-ms-input-placeholder{color:var(--mono-placehold)}.form input::placeholder,.form textarea::placeholder{color:var(--mono-placehold)}.form__txtarea{color:var(--mono);background-color:#fff;display:block;font-family:"Nunito",sans-serif;box-sizing:border-box;width:100%;height:100px;border-radius:4px;border:1px solid var(--primary);padding:10px 15px;margin-bottom:10px;font-size:14px}.form__state-email{font-size:14px;color:var(--primary-dark);line-height:19px}.form .c_error{color:var(--danger);margin-top:-12px;font-size:12px;margin-left:7px;margin-bottom:7px}.form .buton{display:block;font-size:14px;font-weight:400;font-family:"Nunito",sans-serif;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--primary);color:#fff;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;margin-left:auto}.form .buton:hover{background-color:var(--primary-dark)}.distritos{background-repeat:no-repeat;background-size:cover;background-position:right top;padding:30px 0}@media only screen and (min-width:767px){.distritos{background-image:url(../img/bg-hero-page-distritos.jpg);padding:50px 0}.distritos__videoContainer{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.distritos__videoContainer .description,.distritos__videoContainer .video{width:48%}}@media only screen and (min-width:1200px){.distritos__videoContainer .description{width:40%;margin-right:auto;margin-left:30px}}.distritos__videoContainer .video{margin-bottom:10px}@media only screen and (min-width:767px){.distritos__videoContainer .video{margin-bottom:0}}.distritos__videoContainer .description{background:rgba(239,240,246,.35);padding:10px}.distritos__videoContainer .description h2{text-align:center;margin-bottom:5px}@media only screen and (min-width:767px){.distritos__videoContainer .description h2{text-align:left;margin-bottom:10px}}@media only screen and (min-width:1200px){.distritos__videoContainer .description h2{margin-bottom:15px}}.distritos__videoContainer .description p{font-weight:600}@media only screen and (min-width:1200px){.distritos__videoContainer .description p{font-size:16px}}.contact-district{margin-top:50px}@media only screen and (min-width:767px){.contact-district__container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.contact-district__container .form-section,.contact-district__container .info{width:48%}}.contact-district__container .info{margin-bottom:40px}.contact-district__container .info p{margin-bottom:20px;text-align:center}.contact-district__container .info__buttons{max-width:355px;margin:0 auto;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}body,html{scroll-behavior:smooth;box-sizing:border-box}body{background-color:var(--mono-bg);font-family:"Nunito",sans-serif;background-image:url(../img/background-body.jpg)}*,.wrapper{box-sizing:border-box}a{text-decoration:none}body,figure,h1,h2,h3,h4,h5,h6,li,p,ul{margin:0}li,ul{padding:0;list-style:none}.wrapper{padding:0 10px;width:100%}@media only screen and (min-width:767px){.wrapper{width:757px;margin:0 auto}}@media only screen and (min-width:1200px){.wrapper{min-width:1190px;margin:0 auto}}.section{margin:40px 0}@media only screen and (min-width:767px){.section{margin:60px 0}.section--menu{margin:30px 0}}@media only screen and (min-width:1200px){.section{margin:100px 0}.section--menu{margin:50px 0}}.section--margin-none{margin:0 auto}.button-ws{position:fixed;bottom:61px;right:23px}@media only screen and (min-width:767px){.button-ws{bottom:91px}}@media only screen and (min-width:1300px){.button-ws{bottom:23px}}.button-ws a{display:block}.button-ws a img{width:50px}