* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    background-color: #151515;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-flow: column;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

h1 {
    font-weight: 500;
}

#aviso {
    width: 100%;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #33CC33;
    text-align: center;
}

header {
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #151515;
}

.logo {
    width: 294px;
    height: 76px;
}

nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

#nav-menu {
    display: flex;
    gap: 10px;
}

#nav-menu li {
    list-style: none;
}

#nav-menu li a {
    text-decoration: none;
    color: #33CC33;
    transition: 0.3s;
    text-align: center;
    padding: 5px 10px;
    border-radius: 3px;
}

#nav-menu li a:hover {
    color: #000000;
    background-color: #33CC33;
}

#nav-menu li  a:active {
    background-color: #33CC33;
    color: #151515;
}

#input-menu {
    display: none;
}

#label-abrir-menu {
    font-size: 2rem;
    text-decoration: none;
    color: #ffffff;
    padding: 0 10px;
    transition: 0.3s;
    border: 2px solid #151515;
    text-align: center;
    cursor: pointer;
    display: none;
    border-radius: 3px;
}

#label-abrir-menu:hover {
    border: 2px solid #33CC33;
    color: #33CC33;
}

#label-abrir-menu:active {
    background-color: #33CC33;
    color: #151515;
}

#label-cerrar-menu {
    font-size: 2rem;
    text-decoration: none;
    color: #ffffff;
    padding: 0 10px;
    transition: 0.3s;
    text-align: center;
    cursor: pointer;
    display: none;
    border: 2px solid transparent;
    border-radius: 3px;
}

#label-cerrar-menu:hover {
    color: #33CC33;
    border: 2px solid #33CC33;
}

#label-cerrar-menu:active {
    background-color: #33CC33;
    color: #151515;
}

main {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-flow: column;
    gap: 20px;
    padding: 10px 0;
    align-items: center;
}

section {
    background-color: #151515;
    border-top: 2px solid #33CC33;
    min-height: 600px;
    width: 1000px;
    padding-top: 10px;
}

#seccion-categorias {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-flow: column;
    gap: 10px;
}

#categorias {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.categoria {
    padding: 10px;
    border: 2px solid #33CC33;
    width: 224px;
    text-align: center;
    display: flex;
    flex-flow: column;
    gap: 10px;
}

.imagen-categoria {
    min-width: 200px;
    min-height: 200px;
    height: 200px;
    width: 200px;
    max-width: 200px;
    max-height: 200px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imagen-categoria img {
    max-width: 90%;
    max-height: 100%;
}

#seccion-productos-usados {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-flow: column;
    gap: 10px;
}

#productos-usados {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.producto-usado {
    padding: 10px;
    border: 2px solid #33CC33;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: start;
    width: 224px;
    height: 374px;
    gap: 10px;
}

.texto-producto-usado span {
    border-bottom: 2px solid #33CC33;
}

.imagen-producto-usado {
    min-width: 200px;
    min-height: 200px;
    height: 200px;
    width: 200px;
    max-width: 200px;
    max-height: 200px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imagen-producto-usado img {
    max-width: 90%;
}

#imagen-texto-producto-usado {
    display: flex;
    flex-flow: column;
    gap: 10px;
}

#seccion-contacto {
    display: flex;
    flex-flow: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
}

#seccion-buybox {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    color: #ffffff;
    gap: 10px;
}

#seccion-buybox img {
    width: 400px;
}

#seccion-buybox a {
    background-color: #FA7600;
    border-radius: 25px;
    text-decoration: none;
    color: #ffffff;
    border: 2px solid transparent;
    transition: 0.3s;
    padding: 10px 20px;
}

#seccion-buybox a:hover {
    background-color: #ffffff;
    color: #FA7600;
    border: 2px solid #FA7600;
}

#seccion-sobre-nosotros {
    padding: 10px;
    color: #fff;
    text-align: center;
    display: flex;
    flex-flow: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

#seccion-sobre-nosotros h1 {
    border-bottom: 2px solid #33CC33;
    font-weight: 500;
}

#seccion-sobre-nosotros p {
    text-align: center;
    width: 600px;
}

#seccion-destacados {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    gap: 10px;
    padding: 10px;
}

#seccion-destacados img {
    width: 100%;
}

.link-mas-informacion {
    background-color: #33CC33;
    text-decoration: none;
    padding: 10px;
    background-color: transparent;
    border: 2px solid #33CC33;
    color: #33CC33;
    transition: 0.3s;
    border-radius: 3px;
}

.link-mas-informacion:hover {
    background-color: #33CC33;
    color: #000000;
}

#seccion-epson {
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    color: #fff;
    padding: 10px;
    gap: 10px;
    text-align: center;
}

#cajas-epson {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

#caja-epson {
    width: 300px;
    display: flex;
    flex-flow: column;
    align-items: center;
    border: 2px solid #33CC33;
    border-radius: 3px;
    padding: 10px;
    gap: 10px;
}

#caja-epson img {
    width: 100%;
    background-color: #ffffff;
    padding: 10px;
}

#seccion-brother {
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    color: #fff;
    padding: 10px;
    gap: 10px;
    text-align: center;
}

#cajas-brother {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

#caja-brother {
    width: 300px;
    display: flex;
    flex-flow: column;
    align-items: center;
    border: 2px solid #33CC33;
    padding: 10px;
    gap: 10px;
}

#caja-brother img {
    width: 100%;
    background-color: #ffffff;
    padding: 10px;
}

#seccion-ubicacion {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding: 10px;
    gap: 10px;
    text-align: center;
    color: #ffffff;
}

#ubicacion-frame {
    background-color: blue;
    height: 500px;
    width: 500px;
}

footer {
    width: 100%;
    padding: 10px;
    background-color: #151515;
    display: flex;
    color: #ffffff;
    gap: 10px;
    flex-wrap: wrap;
    flex-flow: column;
    border-top: 2px solid #33CC33;
}

#footer-contacto {
    display: flex;
    flex-flow: column;
    padding: 10px;
}

#footer-redes {
    display: flex;
    gap: 10px;
    font-size: 20px;
}

#footer-redes a {
    color: #ffffff;
    text-decoration: none;
}

#footer-superior {
    display: flex;
    flex-flow: column;
}

#footer-inferior {
    display: flex;
    text-align: center;
    background-color: #33CC33;
    padding: 0 10px;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #151515;
}

::-webkit-scrollbar-thumb {
    background: #33CC33;
}

::-webkit-scrollbar-thumb:hover {
    background: #33CC33;
}

@media (max-width: 1080px) {
    #label-abrir-menu {
        display: inline-block;
    }

    #label-cerrar-menu {
        display: inline-block;
    }

    #nav-menu {
        background-color: rgba(15, 15, 15, 0.95);
        position: fixed;
        top: 0;
        bottom: 0;
        right: -100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column;
        gap: 20px;
        transition: 0.5s;
    }

    #input-menu:checked ~ #nav-menu {
        right: 0;
    }
}

@media (max-width: 520px) {
    #ubicacion-frame {
        width: 100%;
        height: none;
    }
}

@media (max-width: 400px) {
    #distribuidores img {
        width: 100%;
        height: unset;
    }
}

@media (max-width: 1000px) {
    section {
        width: 100%;
    }
}

@media (max-width: 420px) {
    #seccion-buybox img {
        width: 100%;
    }
}

