@charset "UTF-8";.Header{width:100%;position:fixed;top:0;left:0;z-index:2}.Header .Wrapper{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center}.Header-banner{width:100%;color:var(--c--banner);background-color:var(--white);font-size:.9375rem;font-weight:500;letter-spacing:.01rem;text-align:center;padding:1.0625rem 0}@media screen and (max-width: 49em){.Header-banner{font-size:.8125rem;padding:1.0625rem 1rem}}.Header-menu{width:95%;display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:flex-start;padding:.8rem 0;animation:var(--fade-in)}.Header-nav{width:70%;display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center}@media screen and (max-width: 75em){.Header-nav{background-color:#fff;overflow:hidden;position:absolute;top:0;right:0;width:35%;margin-right:-100%;padding:2.25rem;transition:all 1s ease-in-out}.Header-nav.isMobile{margin-right:0;height:100vh}}@media screen and (max-width: 40em){.Header-nav{width:55%}}.Header-ul{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;gap:1.5rem;font-size:.9375rem;color:var(--c--black);font-weight:600;position:relative}@media screen and (max-width: 75em){.Header-ul{display:none;flex-direction:column}}.Header-ul:nth-last-child(1){gap:2.6em}.Header-li{padding:.625rem .35rem;transition:all .5s ease}.Header-li:hover{background-color:#0000000d;border-radius:.3125rem}.Header-mobile{display:none}@media screen and (max-width: 75em){.Header-mobile{display:flex;flex-flow:column nowrap;justify-content:center;align-items:flex-start;width:100%;font-size:.875rem;gap:1.25rem;padding:2em 0}}.Header-svg{width:7.5rem;max-width:31.25rem}.Header-close{position:relative;z-index:2;transition:all .4s ease}.Header-close:hover{border-radius:.25rem;background-color:#0000000d}.Header-more{display:inline-block;margin:0 .3125rem;text-decoration:underline}.Header-button{display:none;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;border-radius:.3125rem;background-color:#0000000d;color:var(--c--black);cursor:pointer;animation:fadeIn 5s}@media screen and (max-width: 75em){.Header-button{display:block}}.Header-h1{padding:1em 0 0 2em}.Product{width:100%;text-align:center}.Product-info{width:100%;height:100%;display:flex;flex-flow:column nowrap;justify-content:space-between;align-items:center;position:absolute;padding:9vh 0}.Product-scroll{position:relative;width:100%;height:100vh;display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:stretch;overflow:auto;scroll-snap-type:y mandatory}.Product-img{height:100vh;scroll-snap-type:y mandatory;scroll-snap-align:center}.Product-section{margin:5rem 0 0;line-height:2.5em;font-weight:600;color:var(--c--black);letter-spacing:.0625rem;animation:var(--fade-in)}.Product-h2{font-size:2.5rem}.Product-span{font-size:.9375rem;font-weight:500}.Product-ul{display:flex;flex-flow:row wrap;justify-content:center;align-items:center;gap:1.5625rem;font-weight:600;font-size:.9375rem;padding:0 1em;animation:var(--fade-in)}.Product-li{background-color:var(--button);color:var(--white);border-radius:.3125rem;padding:.73em 5.5em}.Product-li:nth-of-type(2){background-color:var(--button-two);color:var(--c--black);padding:.73em 6em}@media screen and (max-width: 75em){.Product-li{width:100%}}.Product .disabled{display:none}.Footer{width:100%}.Footer .Wrapper{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;padding:0 0 2em}.Footer-ul{display:flex;flex-flow:row wrap;justify-content:center;align-items:center;font-size:.875rem;color:var(--c--footer);gap:.625rem}@media screen and (max-width: 75em){.Footer-ul{display:flex;flex-flow:row wrap;justify-content:center;align-items:center;padding:0 6.25rem}}:root{--c--black: #171A20;--c--banner: #393C41;--c--shadow: 0 0 .0625rem #d0d1d2;--c--footer: #5c5E62;--white: #fff;--button: #171A20CC;--button-two: #e8e8e7;--fade-in: fade-in 3s ease;--fade-out: fade-out 5s ease;--pulsing: pulsing 1.5s infinite ease-in-out;--tip-principal: Raleway, Open Sans, sans-serif;--tipo-secondary: Verdana}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes pulsing{0%{opacity:0}20%{opacity:.7}to{opacity:0}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes slidein{0%{margin-left:100%;width:300%}to{margin-left:0%;width:100%}}*,*:before,*:after{margin:0;padding:0;border:0;box-sizing:border-box;vertical-align:baseline;font-family:var(--tip-principal),sans-serif}*:before,*:after{display:block}img,picture,video,iframe,figure{max-width:100%;width:100%;display:block;object-fit:cover;object-position:center center}a{display:block;text-decoration:none;color:inherit;font-size:inherit}p a{display:inline}li{list-style-type:none}html{scroll-behavior:smooth}h1,h2,h3,h4,h5,h6,p,span,a,strong,blockquote,i,b,u,em{font-size:inherit;font-weight:inherit;font-style:inherit;text-decoration:none;color:inherit}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}::selection{background-color:var(--negro);color:var(--blanco)}form,input,textarea,select,button,label{font-family:inherit;font-size:inherit;hyphens:auto;background-color:transparent;color:inherit;display:block;appearance:none}table,tr,td{border-collapse:collapse;border-spacing:0}svg{width:100%;display:block;fill:currentColor}html,body{min-height:100vh;font-size:100%;font-family:var(--tipo-principal);color:var(--negro);hyphens:auto;font-smooth:always;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.Wrapper{width:100%;max-width:120rem;margin:auto}
