:root{--primary:#312783;--blue:#00739e;--blue-l:#f5fbff;--blue-h:#00539f;--blue-action:#3498db;--blue-action-m:#4da6ff;--green:#257238;--green-l:#28bf28;--green-b:#235830;--green-w:#25d366;--red:red;--red-m:#be2122;--black:#000;--black-m:#333;--white:#fff;--gray-l:#eee;--gray-m:#515151;--gray-b:#95a5a6;--gray-h:#29333b;--gray-select:#757575;--fuente-principal:"Nunito Sans",sans-serif;--titulos:"Bakbak One",sans-serif}html{font-size:16px;box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{font-size:16px;font-family:var(--fuente-principal)}h1,h2,h3,h4,h5,h6{font-family:var(--titulos)}a,button,li,p,span{font-family:var(--fuente-principal)}img{max-width:100%;height:auto}[class*=contenedor],main{width:min(90%,120rem);margin:0 auto}.seccCategories{align-items:center;margin-bottom:2rem}.seccCategories h2{color:var(--primary);text-align:center;font-weight:400}.gridCategories{display:grid;grid-template-columns:repeat(3,1fr)}@media (max-width:1024px) and (min-width:768px){.gridCategories{grid-template-columns:repeat(4,1fr)}}@media (min-width:1024px){.gridCategories{grid-template-columns:repeat(5,1fr)}}.lastCategory{background-color:var(--gray-l);display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;overflow:hidden;transition:.1s;padding:.5rem;height:200px;text-decoration:none}.lastCategory:hover{background-color:var(--primary)}.lastCategory span{font-size:1rem;font-weight:600;color:var(--primary)}.lastCategory:hover span{color:var(--white)}.seccProductos h2{color:var(--primary);text-align:center;font-weight:400}.gridProducts{display:flex;flex-wrap:wrap;max-width:100%;margin-bottom:3rem}.seccAdvertisements{margin-bottom:30px}.seccAdvertisements h2{color:var(--primary);text-align:center;font-weight:400}