<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/*
@import 'config/variables';
@import 'base/base';
@import 'layout/layout';
@import 'components/header';
@import 'components/breakpoints';
*/
@font-face {
  font-family: 'ArgentumSans-Bold';
  src: url('../../resources/fuentes/ArgentumSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
:root {
  --header-height: 5.5rem;

  --fondo-claro: #f6f7fa;
  --azul--osc: #0057b8;
  --azul-claro: #0072ce;
  --color-morado: #582c83;
  --color-gris: #3b5266;
  --color-negro: #000;
  --fuente-principal: 'Saira', sans-serif;
  --fuente-secundaria: 'ArgentumSans', sans-serif;
  --fuente-secundaria--bold: 'ArgentumSans-Bold', sans-serif;
  /*========== z index ==========*/
  --z-tooltip: 10;
  --z-fixed: 100;
}
html {
  scroll-behavior: smooth;
}

.dropdown__menu li:first-child a {
  border-radius: 10px 10px 0 0;
}
.dropdown__menu li:last-child a {
  border-radius: 0 0 10px 10px;
}
/*========== Responsive typography ==========*/
@media screen and (min-width: 1024px) {
  :root {
    --normal-font-size: 1rem;
  }
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: var(--fuente-secundaria);
}
ul {
  list-style: none;
}
.log-quaroni img {
  width: 17rem !important;
  height: auto;
  margin-left: -20px;
}
.nav__list {
  height: 100%;
  display: flex;
  justify-content: space-evenly;
}
a {
  text-decoration: none;
}
.container {
  max-width: 1800px;
  margin-inline: 2rem;
}
.header {
  /* position: fixed; */
  /* position: relative; */
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f9f9f9;
  z-index: var(--z-fixed);

  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.5);
}
.log-quaroni {
  border-right: 2px solid var(--azul-claro);
  padding-right: 6%;
}
.nav {
  height: var(--header-height);
}
.nav__burger,
.nav__close {
  color: var(--color-morado);
}

.nav__data {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: -24px;
  margin-left: 5%;
}

.nav__toggle {
  position: relative;
  width: 32px;
  height: 32px;
  margin-right: 6%;
}
.nav__burger,
.nav__close {
  position: absolute;
  width: max-content;
  height: max-content;
  inset: 0;
  margin: auto;
  font-size: 2.25rem;
  cursor: pointer;
  transition: opacity 0.1s, transform 0.4s;
}
.dropdown__menu li a {
  margin-left: 0;
  margin-right: 0;
  padding-left: 11%;
}
.dropdown__link {
  min-width: 20rem;
  border-bottom: 0.0625rem solid var(--color-negro);
  padding-bottom: 1rem;
  margin: 0 20px;
  /*	width: 100%;*/
}
.dropdown__link:hover {
  border-bottom: 0.0625rem solid var(--color-morado);
  color: var(--color-morado);
}
.dropdown__link img {
  width: 17px;
  height: 17px;
  margin-top: 7px;
}

.sub-text {
  color: var(--color-negro);
  font-family: var(--fuente-secundaria--bold);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
}
.sub-text:hover {
  color: var(--color-morado);
}
.nav__close {
  opacity: 0;
}
/* #buscador-lupa svg {
  fill: #626262;
} */

#lupa:hover {
  fill: var(--color-morado);
}
/* #closeBtn svg {
  cursor: pointer;
  fill: #626262;
} */
/* .hidden {
  display: none;
} */
/* .buscador {
  margin: 3% 10% 10% 10%;
} */
/* .closeBtn {
  float: left;
} */
/* .buscador input {
  border: none;
  border-bottom: 1px solid #626262;
  outline: none;
  width: 732px;
  padding: 8px 6px;
  background-color: #ffffff;
  color: #626262;
  font-family: var(--fuente-secundaria);
  font-size: 20px;
  font-weight: 600;
  line-height: 16px;
}
#buscadorProd input::placeholder {
  color: #626262;
  font-family: var(--fuente-secundaria);
  font-size: 20px;
  font-weight: 600;
  line-height: 16px;
}

.buscador input:-ms-input-placeholder {
  color: #626262;
  font-family: var(--fuente-secundaria);
  font-size: 20px;
  font-weight: 600;
  line-height: 16px;
}

.buscador input:focus {
  color: var(--color-gris) !important;
}
.buscador input {
  color: var(--color-gris) !important;
} */
/* #searchBox {
  position: fixed;
  top: 7.5rem;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ebebeb;
  z-index: -1;
  overflow: auto;
} */
.dropdown__buscar {
  background-color: #ffffff;
  border-radius: 0 !important;
}
.input-mobile {
  width: 80% !important;
}
.overflow-hidden {
  overflow: hidden;
}

.nav__list li.active a {
  color: var(--color-morado);
}

/* Show dropdown menu &amp; submenu */
.dropdown__item:hover .dropdown__menu,
.dropdown__subitem:hover &gt; .dropdown__submenu {
  max-height: 1000px;
  transition: max-height 0.4s ease-in;
}

/* #resultList li {
  display: flex; 
  align-items: center; 
  margin: 1rem 0 0 4rem;
  cursor: pointer;
}
#resultList h3 {
  display: flex; 
  align-items: center; 
  font-size: 1.25rem;
  color: var(--color-gris);
  font-family: var(--fuente-secundaria--bold);
  margin-left: 2rem;
}
#resultList h3:hover {
  color: var(--color-morado);
}
#resultList img {
  width: 5rem;
} */

/*----------------Iconos header productos-------------------*/
#accesorios::before {
  content: '';
  background-image: url('../img_repository/icons_menu/accesorios.svg');
  background-size: 17px 17px;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: 0 7px -3px 0;
}
#accesorios:hover::before {
  content: '';
  background-image: url('../img_repository/icons_menu/accesorios_M.svg');
}
#discosDuros::before {
  content: '';
  background-image: url('../img_repository/icons_menu/disco_duro.svg');
  background-size: 17px 17px;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: 0 9px -3px 0;
}
#discosDuros:hover::before {
  content: '';
  background-image: url('../img_repository/icons_menu/disco_duro_M.svg');
}
#fuentesPoder::before {
  content: '';
  background-image: url('../img_repository/icons_menu/fuente.svg');
  background-size: 17px 17px;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: 0 12px -3px 0;
}
#fuentesPoder:hover::before {
  content: '';
  background-image: url('../img_repository/icons_menu/fuente_M.svg');
}
#gabinetes::before {
  content: '';
  background-image: url('../img_repository/icons_menu/gabinetes.svg');
  background-size: 17px 17px;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: 0 7px -3px 0;
}
#gabinetes:hover::before {
  content: '';
  background-image: url('../img_repository/icons_menu/gabinetes_M.svg');
}
#kit::before {
  content: '';
  background-image: url('../img_repository/icons_menu/Kit.svg');
  background-size: 25px 25px;
  display: inline-block;
  width: 25px;
  height: 20px;
  margin: 0 6px 0px -2px;
}
#kit:hover::before {
  content: '';
  background-image: url('../img_repository/icons_menu/Kit_M.svg');
}
#memorias::before {
  content: '';
  background-image: url('../img_repository/icons_menu/memoria.svg');
  background-size: 17px 17px;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: 0 7px -3px 0;
}
#memorias:hover::before {
  content: '';
  background-image: url('../img_repository/icons_menu/memorias_M.svg');
}
#monitores::before {
  content: '';
  background-image: url('../img_repository/icons_menu/monitores.svg');
  background-size: 17px 17px;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: 0 12px -3px 0;
}
#monitores:hover::before {
  content: '';
  background-image: url('../img_repository/icons_menu/monitores_M.svg');
}

#televisores::before {
  content: '';
  background-image: url('../img_repository/icons_menu/televisores.svg');
  background-size: 17px 17px;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: 0 6px -3px 0;
}
#televisores:hover::before {
  content: '';
  background-image: url('../img_repository/icons_menu/televisores_M.svg');
}

/* Navigation for mobile devices */
@media screen and (max-width: 1319px) {
  .nav__data {
    margin-left: 0%;
  }
  .nav__menu {
    position: absolute;
    left: 0;
    top: 2.5rem;
    width: 100%;
    height: calc(100vh - 3.5rem);
    overflow: scroll;
    pointer-events: none;
    opacity: 0;
    transition: top 0.4s, opacity 0.3s;
  }
  .nav__menu::-webkit-scrollbar {
    width: 0;
  }
  .nav__list {
    display: block;
    padding-top: 1rem;
    background-image: url('../img_repository/img_fondos/movil/fondo_menu_movil.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 95%;
  }

  .blank_space {
    height: 15%;
  }
  #sub-menu__movil {
    position: fixed;
    top: 5.5rem;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
  }

  /* #searchBox {
    position: fixed;
    top: 5.5rem;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 0;
    overflow: auto;
    padding-bottom: 5.5rem;
  } */
  /* .buscador {
    margin: 10% 5% 10% 5%;
  } */
  /* #buscador-lupa svg { */
  /* 	margin: 20px 20px 0 6px;*/
  /* } */

  /* .buscador input {
    border: none;
    border-bottom: 1px solid #626262;
    outline: none;
    width: 80%;
    padding: 8px 6px;
    background-color: #ffffff;
    color: #626262;
    font-family: var(--fuente-secundaria);
    font-size: 20px;
    font-weight: 600;
    line-height: 16px;
  } */
}

.nav__link {
  color: var(--color-negro);
  font-family: var(--fuente-secundaria);
  font-weight: 500;
  font-size: 1.125rem;
  padding: 1.25rem 1.5rem; /*padding para el mobile*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s ease-in-out;
}

.nav__link:hover {
  color: var(--color-morado);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 15px;
}

/* Show menu */
.show-menu {
  opacity: 1;
  top: 5.5rem;
  pointer-events: initial;
}

/* Show icon */
.show-icon .nav__burger {
  opacity: 0;
  transform: rotate(90deg);
}
.show-icon .nav__close {
  opacity: 1;
  transform: rotate(90deg);
}

/*=============== DROPDOWN ===============*/
.dropdown__item {
  cursor: pointer;
}
.dropdown__arrow {
  font-size: 1.25rem;
  font-weight: initial;
  transition: transform 0.4s;
}

.dropdown__link,
.dropdown__sublink {
  padding: 1.25rem 1.25rem 1.25rem 2.5rem;
  color: var(--white-color);
  background-color: var(--black-color-light);
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  font-weight: var(--font-semi-bold);
  transition: background-color 0.3s;
  width: auto;
}

.dropdown__link i,
.dropdown__sublink i {
  font-size: 1.25rem;
  font-weight: initial;
}

.dropdown__link:hover,
.dropdown__sublink:hover {
  background-color: var(--black-color);
  background-color: #edeef2;
}

.dropdown__menu,
.dropdown__submenu {
  max-height: 0;
  /*  overflow: hidden;*/
  transition: max-height 0.4s ease-out;
}

.dropdown__menu {
  background-color: var(--fondo-claro);
  border-radius: 0.9375rem;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.5);
}

/* Rotate dropdown icon */
/*
.dropdown__item:hover .dropdown__arrow {
  transform: rotate(180deg);
}

*/

/*=============== DROPDOWN SUBMENU ===============*/
.dropdown__add {
  margin-left: auto;
}

.dropdown__sublink {
  background-color: var(--black-color-lighten);
}

/*=============== CONTENEDOR BUSCAR PRODUCTO ===============*/

.search-container {
  /* width: 100%;
  background-color: #ebebeb;
  padding: 3rem 9% 3rem 7.5%; */

  position: fixed;
  /* top: calc(100px + 1px);  */
  /* top: calc(var(--header-height) + 2rem); */
  top: clamp(4rem, var(--header-height), 10rem);
  left: 0;
  width: 100%;
  background-color: #ebebeb;
  padding: 5rem 9% 3rem 7.5%;
  z-index: 99;
}

.search-box {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  gap: 20px;
}
.search-input-container {
  display: flex;
  align-items: center;
  flex: 1; /* Permite que ocupe el espacio disponible */
  max-width: 70%; /* Limita su ancho máximo */
  gap: 10px;
}

.icon-button svg {
  color: #626262;
  cursor: pointer;
}

/* .search-input {
  flex: 1 1 70%; 
  max-width: 70%; 
  padding: 8px 12px;
  font-size: 16px;
  border-bottom: 1.5px solid #ccc;
  border-radius: 4px;
} */

.close-button {
  padding-bottom: 2rem;
}

/* Oculto por defecto */
.hidden {
  display: none;
}

/* .result-list {
  margin-top: 10px;
  list-style: none;
  padding-left: 0;
} */

.input-wrapper {
  position: relative;
  flex: 1;
}

.search-input {
  font-family: var(--fuente-secundaria);
  font-weight: 600;
  width: 100%;
  padding: 8px 32px 8px 12px; /* espacio para el botón a la derecha */
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  border-radius: 4px;
  color: #626262;
}

.search-input:focus {
  outline: none;
}

.clear-input {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  font-size: 16px;
  color: #888;
  cursor: pointer;
}

.clear-input.hidden {
  display: none;
}

.result-list {
  list-style: none;
  margin-top: 0;
  background: #fff;
  border-radius: 10px;
  max-height: 350px;
  overflow-y: auto;
}

.result-list li {
  padding: 6px 10px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.result-list li:hover {
  color: var(--color-morado);
  cursor: pointer;
}

.result-list img {
  width: 4rem;
  object-fit: contain;
}

@media (max-width: 1315px) {
  .search-container {
    z-index: 0;
  }
}
/* #resultList li {
  display: flex; 
  align-items: center; 
  margin: 1rem 0 0 4rem;
  cursor: pointer;
}
#resultList h3 {
  display: flex; 
  align-items: center; 
  font-size: 1.25rem;
  color: var(--color-gris);
  font-family: var(--fuente-secundaria--bold);
  margin-left: 2rem;
}
#resultList h3:hover {
  color: var(--color-morado);
}
#resultList img {
  width: 5rem;
} */

/* .container-search {
  background-color: #ebebeb;
  position: fixed;
  top: 7.5rem;
  left: 0;
  width: 100%;
}

.search-box {
  display: flex;
} */

/* #searchBox {
  position: fixed;
  top: 7.5rem;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ebebeb;
  z-index: -1;
  overflow: auto;
} */

/*=============== BREAKPOINTS ===============*/
/* For small devices */
@media screen and (max-width: 340px) {
  .container {
    margin-inline: 1.5rem;
  }
  .nav__link {
    padding-inline: 2rem;
    /*	  justify-content: center;*/
  }
  .dropdown__menu {
    border-radius: 0% !important;
  }
}
.nav__menu {
  background-image: url('../img_repository/img_fondos/movil/fondo_menu_movil.svg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

@media screen and (max-width: 414px) {
  .dropdown__menu {
    border-radius: 0% !important;
  }
  /*
	.dropdown__link{
		width: 90%;
		padding-left: 0;
	}
*/
  .log-quaroni {
    /*	width: 50%!important;*/
    height: auto;
    margin-left: 20px;
    border: 0;
    padding-right: 0;
  }
  .log-quaroni img {
    width: 255px !important;
    height: auto;
    margin-left: -70px;
    border: 0;
    padding-right: 0;
  }
  .nav__data {
    margin-left: 9%;
  }

  .nav__list {
    min-height: 100vh;
    height: auto;
    display: block;
    justify-content: space-evenly;
  }

  .dropdown__menu li:first-child a {
    border-radius: 0;
  }
  .dropdown__menu li:last-child a {
    border-radius: 0;
  }
  .nav__toggle {
    margin-right: 8%;
  }
  /* #buscador-lupa svg {
    margin: 25px 20px 0 6px;
  } */
  /* #closeBtn {
    margin: 3% 5% !important;
  } */
}

@media screen and (min-width: 1319px) {
  .container {
    margin-inline: auto;
  }
  .nav {
    height: calc(var(--header-height) + 2rem);
    display: flex;
    justify-content: flex-end;
  }
  .nav__toggle {
    display: none;
  }
  .nav__link {
    height: 100%;
    padding: 0;
    justify-content: initial;
    column-gap: 0.25rem;
    text-align: center;
    /*	margin:0 18px;*/
  }

  .nav__link:hover {
    background-color: transparent;
  }
  .dropdown__item,
  .dropdown__subitem {
    position: relative;
  }

  .dropdown__menu,
  .dropdown__submenu {
    max-height: auto;
    overflow: initial;
    position: absolute;
    left: 0;
    top: 6rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s, top 0.3s;
  }

  .dropdown__link,
  .dropdown__sublink {
    padding-inline: 1rem 3.5rem;
  }

  .dropdown__subitem .dropdown__link {
    padding-inline: 1rem;
  }

  .dropdown__submenu {
    position: absolute;
    left: 100%;
    top: 0.5rem;
  }

  /* Show dropdown menu */
  .dropdown__item:hover .dropdown__menu {
    opacity: 1;
    top: 5.5rem;
    pointer-events: initial;
    transition: top 0.3s;
  }

  /* Show dropdown submenu */
  .dropdown__subitem:hover &gt; .dropdown__submenu {
    opacity: 1;
    top: 0;
    pointer-events: initial;
    transition: top 0.3s;
  }
  .log-quaroni {
    padding-right: 2rem;
    margin-right: 2rem;
  }
  .dropdown__buscar {
    display: none;
  }
  /* ------------------------- */
}
@media screen and (max-width: 1318px) {
  .nav__link {
    font-size: 16px;
    justify-content: center;
  }
  .nav__list {
    column-gap: 5%;
    width: 100%;
  }

  .search-container {
    padding-inline: 2rem;
  }
}
</pre></body></html>