hr{width:100%;border:1px solid var(--azul-electrico)}h1,h2,h3,h4,h5,h6,a,p,li,label{color:var(--blanco)}/*! Dashboard styles */@media screen and (min-width: 1024px){h1{margin:2rem 4rem;padding:0 2rem}h2{margin:1rem 4rem;padding:0 2rem}h3{font-size:1.5rem;margin:1.5rem}h2{height:2rem}#dashboard-page{display:flex;flex-direction:column;align-items:stretch;justify-content:space-evenly}#search-bar{width:100%}#search-form{display:flex;flex-direction:column;align-items:stretch;gap:1rem;margin:0 4rem;padding:0 2rem}#search-form div{display:flex;flex-direction:row;align-items:stretch;gap:1rem;margin:1rem 0}#search-form input{width:100%;font-family:Open Sans,sans-serif,system-ui}#search-form input,#search-form button{font-size:1rem;border-radius:.5rem;border:1px solid transparent;padding:1rem;box-shadow:0 0 0 transparent;transition:box-shadow .5s}#search-form input:focus{box-shadow:0 0 1rem var(--blanco)}#search-form button{cursor:pointer;background-color:var(--azul-electrico)}#search-form button:hover{box-shadow:0 0 1rem var(--azul-electrico)}#dashboard-form{display:flex;flex-direction:column;align-items:stretch;justify-content:space-evenly;gap:1rem;padding:1rem;margin:2rem 20rem}#dashboard-form input,#dashboard-form #input-category{padding:1rem;font-size:1rem;border-radius:.5rem;border:1px solid transparent}#dashboard-form div{margin:1rem;display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;gap:1.5rem}#dashboard-form div button{padding:1rem;border-radius:.5rem;font-size:1rem;cursor:pointer;border:1px solid transparent;box-shadow:0 0 0 transparent;transition:box-shadow .5s;font-family:Open Sans,sans-serif,system-ui;font-weight:500}/*! Apply button */#dashboard-form #submit-button{background-color:var(--azul-electrico)}#dashboard-form #submit-button:hover{box-shadow:0 0 .5rem var(--azul-electrico)}/*! Clean button */#dashboard-form #clean-button{background-color:var(--rojo)}#dashboard-form #clean-button:hover{box-shadow:0 0 .5rem var(--rojo)}/*! Check details button */#dashboard-form #check-details{background-color:var(--morado-oscuro)}#dashboard-form #check-details:hover{box-shadow:0 0 .5rem var(--morado-oscuro)}/*! Dashboard data container */#dashboard-content{display:flex;flex-direction:row;align-items:stretch;justify-content:space-between;gap:2rem;padding:2rem;margin:2rem 4rem}/*! Dashboard data */#dashboard-management{border:1px solid var(--blanco);width:65%;border-radius:.5rem}#dashboard-management .board-title,#dashboard-resume .board-title{border-bottom:1px solid var(--blanco)}#products-list{display:flex;flex-direction:column;align-items:stretch;justify-content:space-evenly;gap:1rem;padding:1rem 0}/*! Product item */#products-list .product-list-item{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;border:1px solid var(--blanco);border-radius:.5rem;margin:0 1rem}#products-list .product-list-item img{width:50%;height:100%;border-radius:.5rem 0 0 .5rem}/*! Product card details */#products-list .product-card-details{width:50%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;padding:0 1rem;margin:1rem 0;border-left:1px solid var(--blanco)}/*! Product card buttons */#products-list .product-card-details div{display:flex;flex-direction:column;align-items:stretch;justify-content:space-evenly;gap:1rem}#products-list .product-card-details div button{border-radius:.5rem;padding:.5rem;border:1px solid transparent}/*! Dashboard resume */#dashboard-resume{width:35%;height:450px;border:1px solid var(--blanco);border-radius:.5rem}.product-detail{display:flex;flex-direction:column;align-items:stretch;justify-content:space-evenly;padding:.5rem 1rem;margin:1rem 0}.product-detail ul{list-style-type:none;padding:1rem}.product-detail ul li{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;margin:1rem 0}#product-details #fast-access-buttons{display:flex;flex-direction:row;justify-content:space-between;align-items:stretch;gap:1rem;margin:0 1rem}#product-details #fast-access-buttons button{padding:.7rem;border-radius:.5rem;font-size:1rem;cursor:pointer;border:1px solid transparent;box-shadow:0 0 0 transparent;transition:box-shadow .5s;font-family:Open Sans,sans-serif,system-ui;font-weight:500}#product-details #fast-access-buttons button:first-of-type{background-color:var(--rosa-intenso)}#product-details #fast-access-buttons button:first-of-type:hover{box-shadow:0 0 .5rem var(--rosa-intenso)}#product-details #fast-access-buttons button:last-of-type{background-color:var(--rojo)}#product-details #fast-access-buttons button:last-of-type:hover{box-shadow:0 0 .5rem var(--rojo)}.search-button,.edit-button,.delete-button{cursor:pointer;display:flex;flex-direction:row;align-items:center;justify-content:center;font-weight:500;font-size:1rem;box-shadow:0 0 0 transparent;transition:box-shadow .5s}.search-button{background-color:var(--azul-electrico)}.edit-button{background-color:var(--rosa-intenso)}.delete-button{background-color:var(--rojo)}.search-button:hover{box-shadow:0 0 .5rem var(--azul-electrico)}.edit-button:hover{box-shadow:0 0 .5rem var(--rosa-intenso)}.delete-button:hover{box-shadow:0 0 .5rem var(--rojo)}}/*! Responsive ---> 1024px */@media screen and (max-width: 1024px){h1{margin:2rem 4rem;padding:0 2rem}h2{margin:1rem 2rem;padding:0 2rem;font-size:1.5rem}h3{font-size:1.5rem;margin:1.5rem}#search-bar{width:100%}#search-form{display:flex;flex-direction:column;align-items:stretch;gap:1rem;margin:0 4rem}#search-form div{display:flex;flex-direction:row;align-items:stretch;gap:1rem;margin:1rem 0}#search-form input{width:100%;font-family:Open Sans,sans-serif,system-ui}#search-form input,#search-form button{font-size:1rem;border-radius:.5rem;border:1px solid transparent;padding:1rem;box-shadow:0 0 0 transparent;transition:box-shadow .5s}#search-form input:focus{box-shadow:0 0 1rem var(--blanco)}#search-form button{cursor:pointer;background-color:var(--azul-electrico)}#search-form button:hover{box-shadow:0 0 1rem var(--azul-electrico)}#dashboard-content{flex-direction:column;align-items:stretch;justify-content:space-between;gap:2rem;padding:1rem 2rem;margin:2rem}#dashboard-management{border:1px solid var(--blanco);border-radius:.5rem;width:100%}#dashboard-management .board-title,#dashboard-resume .board-title{border-bottom:1px solid var(--blanco)}#products-list{display:flex;flex-direction:column;align-items:stretch;justify-content:space-evenly;gap:1rem;padding:1rem 0}/*! Product item */#products-list .product-list-item{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;border:1px solid var(--blanco);border-radius:.5rem;margin:0 1rem}#products-list .product-list-item img{width:50%;height:100%;border-radius:.5rem 0 0 .5rem}/*! Product card details */#products-list .product-card-details{width:50%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;padding:0 1rem;margin:1rem 0;border-left:1px solid var(--blanco)}/*! Product card buttons */#products-list .product-card-details div{display:flex;flex-direction:column;align-items:stretch;justify-content:space-evenly;gap:1rem}#products-list .product-card-details div button{border-radius:.5rem;padding:.5rem;border:1px solid transparent}/*! Dashboard resume */#dashboard-resume{width:100%;height:400px;border:1px solid var(--blanco);border-radius:.5rem;margin-top:2rem}.product-detail{display:flex;flex-direction:column;align-items:stretch;justify-content:space-evenly;padding:.5rem 1rem;margin:1rem 0}.product-detail ul{list-style-type:none;padding:1rem}.product-detail ul li{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin:1rem 0}#product-details #fast-access-buttons{display:flex;flex-direction:row;justify-content:space-between;align-items:stretch;gap:1rem;margin:0 1rem}#product-details #fast-access-buttons button{padding:.7rem;border-radius:.5rem;font-size:1rem;cursor:pointer;border:1px solid transparent;box-shadow:0 0 0 transparent;transition:box-shadow .5s;font-family:Open Sans,sans-serif,system-ui;font-weight:500}#product-details #fast-access-buttons button:first-of-type{background-color:var(--rosa-intenso)}#product-details #fast-access-buttons button:first-of-type:hover{box-shadow:0 0 .5rem var(--rosa-intenso)}#product-details #fast-access-buttons button:last-of-type{background-color:var(--rojo)}#product-details #fast-access-buttons button:last-of-type:hover{box-shadow:0 0 .5rem var(--rojo)}.search-button,.edit-button,.delete-button{cursor:pointer;display:flex;flex-direction:row;align-items:center;justify-content:center;font-weight:500;font-size:1rem;box-shadow:0 0 0 transparent;transition:box-shadow .5s}.search-button{background-color:var(--azul-electrico)}.edit-button{background-color:var(--rosa-intenso)}.delete-button{background-color:var(--rojo)}.search-button:hover{box-shadow:0 0 .5rem var(--azul-electrico)}.edit-button:hover{box-shadow:0 0 .5rem var(--rosa-intenso)}.delete-button:hover{box-shadow:0 0 .5rem var(--rojo)}#dashboard-form{display:flex;flex-direction:column;align-items:stretch;justify-content:space-evenly;gap:1rem;padding:1rem;margin:2rem 4rem}#dashboard-form input,#dashboard-form #input-category{padding:1rem;font-size:1rem;border-radius:.5rem;border:1px solid transparent}#dashboard-form div{margin:1rem;display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;gap:1.5rem}#dashboard-form div button{padding:1rem;border-radius:.5rem;font-size:1rem;cursor:pointer;border:1px solid transparent;box-shadow:0 0 0 transparent;transition:box-shadow .5s;font-family:Open Sans,sans-serif,system-ui;font-weight:500}/*! Apply button */#dashboard-form div #submit-button{background-color:var(--azul-electrico)}#dashboard-form div #submit-button:hover{box-shadow:0 0 .5rem var(--azul-electrico)}/*! Clean button */#dashboard-form div #clean-button{background-color:var(--rojo)}#dashboard-form div #clean-button:hover{box-shadow:0 0 .5rem var(--rojo)}/*! Check details button */#dashboard-form #check-details{background-color:var(--morado-oscuro)}#dashboard-form #check-details:hover{box-shadow:0 0 .5rem var(--morado-oscuro)}}/*! Responsive ---> 768px */@media screen and (max-width: 768px){h1{margin:2rem;padding:0 2rem}h2{margin:1rem 2rem;padding:0 2rem;font-size:1.5rem}h3{font-size:1.5rem;margin:1.5rem}#dashboard-management{width:100%}#dashboard-resume{width:100%;height:420px}.product-detail ul li{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;margin:1rem 0}}/*! Responsive ---> 576px */@media screen and (max-width: 576px){h1{margin:2rem;padding:0 2rem;font-size:1.5rem}h2{margin:2rem 1rem;font-size:1.5rem}h3{font-size:1rem;margin:1.5rem}#dashboard-content{gap:2rem;padding:1rem;margin:2rem}#products-list .product-list-item{flex-direction:column;align-items:center;justify-content:space-between}#products-list .product-list-item img{height:128px;width:100%;border-radius:.5rem .5rem 0 0}#products-list .product-card-details{width:100%;border:1px solid transparent;flex-direction:column;align-items:stretch;justify-content:space-between}#dashboard-resume{height:420px}#dashboard-form div{display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;gap:1rem}}/*! Responsive ---> 480px */@media screen and (max-width: 480px){h1{margin:2.5rem 1rem;padding:0 2rem;font-size:1.5rem}#dashboard-content{margin:1rem}#search-form{display:flex;flex-direction:column;align-items:stretch;gap:1rem;margin:1rem 2rem}#dashboard-resume{height:480px}.product-detail ul li{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;margin:1rem 0}}/*! Responsive ---> 380px */@media screen and (max-width: 380px){h1{margin:2.5rem 1rem;padding:0 2rem;font-size:1.5rem}h2{margin:1rem;padding:0 2rem;font-size:1.5rem}#dashboard-resume{height:500px}#dashboard-form{margin:4rem 2rem}}
