@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700&family=Poppins:wght@400;500;600&display=swap");*{box-sizing:border-box;font-family:Poppins,sans-serif}*,body{margin:0;padding:0}body{background:#fff;height:100vh;overflow:hidden}.centrado{width:100%;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:50px}.top_container{position:relative;text-align:center;margin-top:40px}.top_container img{padding:30px;width:450px;padding:20px}.top_container .button{margin:20px;padding:10px;color:#fff;font-weight:700;font-size:14px;background:#6c738a}.low_container{width:100%;height:50%;padding:20px}.shoptable{width:100%;height:100%;border-collapse:collapse;overflow:hidden;border:1px solid #c9c9c9}.shoptable thead{display:block;width:100%;background-color:#f0f0f0}.shoptable tbody td,.shoptable thead th{width:999900px;text-align:left;padding:5px}.shoptable tbody td:first-child,.shoptable tbody td:nth-child(2),.shoptable thead th:first-child,.shoptable thead th:nth-child(2){width:20%}.shoptable tbody{display:block;width:100%;height:inherit;overflow-x:hidden;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;border-radius:10px}.shoptable tbody::-webkit-scrollbar{display:none}.shoptable tbody tr{width:100%;display:table}.shoptable tbody td{font-size:14px;word-break:break-all}.shoptable tbody tr:nth-child(2n){background-color:#f0f0f0}