@import url(reset.css);@import url(fuentes/fuente.css);html{font-family:'Lucida Sans','Lucida Sans Regular','Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,sans-serif;--fondo:rgb(30,30,30);--sombras:#222f3e;--letra:rgb(188,133,66);--rojo:#ea2a3d;--rojo-transparente:rgb(234,42,61, 0.7);background-image:url(/assets/images/fon.jpg);background-color:#fafafa;background-attachment:fixed;background-size:cover;background-position:center;--color-main-dark:#222f3e}article.block{background-color:#fff;padding:2em;box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);border-radius:.1em;border-radius:.2em;display:flex;flex-wrap:wrap;align-items:center;position:relative}code{background-color:var(--color-main-dark);color:#ffff;padding:1em;border:.1em solid #000;margin-right:.5em;border-radius:.2em;font-weight:700;text-transform:uppercase;letter-spacing:.1em}*{box-sizing:border-box}body{font-size:min(2vw,14px)}#contenedor-carga{background-color:var(--fondo);width:100vw;height:100vh;position:fixed;z-index:10000}#contenedor-carga>#cargador{position:absolute;border:.5em solid #fff;border-top-color:var(--rojo);width:10em;height:10em;border-radius:100%;left:0;right:0;top:0;bottom:0;margin:auto;animation:girar 1.5s linear infinite}.overlay{visibility:hidden;background-color:rgb(0,0,0,.3);width:100vw;height:100vh;left:0;position:fixed;z-index:10000}.overlay.active{visibility:visible}.popup{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;width:40em;height:10em;background-color:#f8f8f8;box-shadow:0 0 5px 0 rgba(0,0,0,.8);border-radius:3px;font-family:Montserrat;text-align:center}.popup .btnClosePopup{content:url(/assets/images/no.png);position:absolute;right:0;width:2em;transform:translate(1em,-1em)}.popup img{margin-top:2em;max-width:3em}.popup p{position:absolute;top:55%;margin-right:auto;margin-left:auto;display:block;width:100%}@keyframes girar{from{transform:rotate(0)}to{transform:rotate(360deg)}}*{box-sizing:border-box}img{max-width:100%}:focus{outline:0 transparent!important}.linkea{margin-top:2em;display:none;width:100%;text-align:center;justify-content:center;padding:0 0 1.5em 0}.linkea>div{margin-bottom:1em}.linkea a{font-size:1.8em;color:var(--fondo);text-decoration:none;padding:0 .5em .5em .5em;font-family:BebasNeue-Regular}.linkea a:hover{color:var(--rojo);cursor:pointer}body>header>nav,body>main{max-width:80em;margin:0 auto}body>header{width:100vw;min-height:20vh;display:flex;flex-direction:column;align-items:center;background-position:center;background-size:cover}body>header>aside{font-size:1rem;display:flex;color:#fff;background-color:#000;padding:1em;text-transform:uppercase;align-items:center;justify-content:center;border-bottom:.1em solid #fff;width:100%}body>header>nav{display:flex;align-items:center;justify-content:space-evenly;width:100vw;padding:1em 0;flex-wrap:wrap;color:#fff}body>header>nav #logo{max-height:20em;width:8em}body>header>nav p{font-size:3em;font-family:Holtzberg-Regular;color:var(--fondo)}body>main{padding:2em 1em}body h2{color:var(--rojo);font-size:2.5em;padding-top:20px;padding-bottom:20px;font-family:Holtzberg-Regular}header a{color:#fff}body table{width:100%;margin-left:auto;margin-right:auto}table>tbody img{width:10em}table>tbody>tr{border-bottom:2px dotted #000}table>tbody>tr td{height:5em;vertical-align:middle;color:var(--rojo)}table>tbody>tr td:nth-child(1){width:85%}table>tbody>tr td:nth-child(2){width:15%;font-size:1.5em}table>tbody>tr td:nth-child(1) div:nth-child(1){font-size:2.2em;font-family:Holtzberg-Regular;color:#000}table>tbody>tr td:nth-child(1) div:nth-child(2){font-size:1.5em;color:#000;font-family:Monthoers}table>tbody>tr td:nth-child(2){font-family:Monthoers;font-size:2em;color:#000}.hidden{display:none}.atajos{width:5%;background-color:var(--fondo);margin-right:auto;text-align:center;padding:1em;border-radius:10px;margin-bottom:1em}.atajos:hover{cursor:pointer}.atajos img{width:2em}.subir{display:none;transition:1s ease-in-out;text-transform:uppercase;font-size:1.3em;text-decoration:none;color:#000;position:fixed;right:13em;bottom:4em}.subir:hover{cursor:pointer}body>footer{text-align:center;margin-top:10em;background-color:#000;color:#fff;padding:1em}body>footer a{color:#fff}body>footer a:hover{color:red;cursor:pointer}body>footer p:nth-child(1){padding-bottom:.5em}@media (max-width:900px){html{background-position:center;background-attachment:local;background-size:contain}body{max-width:100vw}.atajos{width:10%;margin-bottom:0}body>header>aside{font-size:1.2em}.linkea div{margin-bottom:.5em}.linkea div a{font-size:2em;display:block}body>header>nav{margin-top:2.5em}body>header>nav>#logo{max-height:5em;width:4em}.productos{margin-left:auto;margin-right:auto;width:80vw}.productos>article{flex-basis:100%}footer>p{font-size:1em}.subir{width:2em;right:1.2em;bottom:4em}.popup .btnClosePopup{width:3em;transform:translate(1.5em,-1.5em)}table>tbody>tr td:nth-child(3){font-size:2.5em}}