{#nuevo#}
.espacio-header{
  padding: 12px 12px !important;
}
.lang_list_class li a.lang_switcher_link {
    font-weight: 700 !important;
}

.lang_list_class li a:hover {
    color: #0287E0 !important;
}

.kl-navbar__button{
width:85px !important
}

.global-versions{
margin-top: 220px !important;
}
.flag-icon {
    width: 20px;
    height: auto;
    margin-right: 8px;
    vertical-align: middle;
}
.language-switcher-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.language-title {
    padding: 5px 0;
    color: #333;
    border-bottom: 1px solid #ddd;
}

{#nuevo#}
.menu-container {
    display: flex;
}

.link-item.product.disposicion:hover{
  background: #F7F9FA;
}

.top-link{
  margin-top: 5px !important;
}

/* Ocultar la imagen de hover por defecto */
/* Ocultar la imagen de hover por defecto */
.ico-hover {
  display: none;
}

/* Mostrar ico-hover y ocultar ico-inicio al pasar el mouse */
.link-item:hover .ico-inicio {
  display: none;
}

.link-item:hover .ico-hover {
  display: inline-block;
}


/* Cambiar el color del h5 dentro de .disposicion */
.link-item.product.disposicion:hover .textContent h5, .link-item.product.disposicion:hover .textContent .h5 {
  color: #0287E0 !important;
}

/* Cambiar el fondo del .menu-icon dentro de .disposicion */
.link-item.product.disposicion:hover .menu-icon {
  background: #E6F2FB;
}

h4:contains("Producto") + .links  {
display: grid !important;
    grid-template-columns: 1fr 1fr 1fr !important;
}

.menu .navbar-container .nb-button .bodyMenu {
    height: 373px;
}

.link-item:hover{
  cursor: pointer;
}


.category-item{
  padding-right:15px;
  padding-left:15px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 12px;
  
   
}

.categories-column {
    width: 327px; /* Ajusta el ancho según el diseño; estaba en 35% */
  padding-right: 20px;
  padding-top: 10px;
  padding-left: 30px;
  
    margin-right: 20px;
    border-right: 1px solid #C7E8FE;
    margin-top: 20px;
    margin-bottom: 20px;
}

.links-column {
    width: 65%; /* Ajusta el ancho según el diseño */
    display: flex;
    flex-wrap: wrap;
}

.link-group {
    display: none; /* Oculta todos los grupos inicialmente */
    flex-basis: 100%; /* Cada grupo de enlaces ocupará toda la fila */
}

.link-group.active {
    display: flex;
    flex-wrap: wrap; /* Habilita la distribución en filas */
      align-content: flex-start;
}

.active2 .option{
  display:flex !important;
}

.disposicion{
  display: flex;
  width: 500px;
      max-width: 49.5%;
    margin-right: -3px;
}

.disposicion .menu-icon {
  border-radius:10%;
}

.link-item {
    flex: 1 1 50%; /* Ocupa un tercio del ancho de la fila */
    box-sizing: border-box;
   margin-top: 15px;
  gap:0px;
  padding:7px;
  border-radius: 10px;
}

.menu-icon img {
    max-width: 100%;
}

.textContent h5,
.textContent h6 {
    margin: 0;
}


.category-item {
    cursor: pointer !important; /* Asegura que todas las categorías tengan el cursor de pointer */
}

.category-item:hover {
    color: #0287E0; /* Cambia este color al que prefieras para el hover */
    background: #E6F2FB;
  border-radius: 10px;
  font-weight: 700;
}


.category-item.active {
 color: #0287E0; /* Cambia este color al que prefieras para el hover */
    background: #E6F2FB;
  border-radius: 10px;
  font-weight: 700;
}

.category-item.active-category {
    font-weight: bold;
    cursor: pointer;
    color: #007bff; /* Ajusta el color como desees */
  background: #E6F2FB;
  border-radius: 10px;
}

/*---------------------------------------------------------------------------------------*/
.close {
    display: none;
}
.menu .navbar-container .content#button {
    column-gap: 10px !important;
}
.links .product:hover{
color: #0287e0 !important;
    background: #f3f8fd;
    border-radius: 5px;
}

.links .product .textContent:hover > h5, .links .product .textContent:hover > .h5{
color: #0287e0 !important;
  font-weight: 600 !important;
}


.nb-button a{
   color: #2c3e50;
   font-weight: 600;
}


.sMenu.hidden {
    display: none;
}

.close.visible {
    display: block;
}

.nb-button {
  position: static!important;
}

.close.hidden {
    display: none;
}

.sMenu.visible {
    display: block !important;
}
.menuMobile {
    display: none;
}
.menuMobile.visible {
    display: block !important;
}
.downloadNow{
    display: none !important;
}
.downloadNow.visible{
    display: block !important;
}
.shadow{
    display: none;
}
.shadow.visible{
  display: block !important;
}

.header-mobile {
  display: none;
}
.header-web {
  display: block;
}

.logo-nav-bar {
  margin-right: 45px;
}

.about-1 {
  background-color: #f3f8fd;
  border-radius: 0 0 0 10px;
  width: 259px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-2 {
  width: -webkit-fill-available;
  padding: 32px;
}

.about-3 {
  padding: 32px;
  background-color: #ecf0f4;
  border-radius: 0 0 10px;
}

.about-1 h3 {
  font-weight: 700;
}

.about-1 h5 {
  font-size: 18px;
}

.about-1 .box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 200px;
}

.about-3 h4 {
  padding-bottom: 24px;
}

.links {
  display: flex;
}

.links .product {
  margin-bottom: 16px;
}

.links .product a {
  display: flex;
  padding: 8px;
}

.success {
  display: flex;
  column-gap: 24px;
  min-width: 250px;
}

.box {
  /*max-width: 238px;*/
}

.success .box img {
  max-width: 238px;
  max-height: 128px;
  border-radius: 10px;
}

.menu .navbar-container .nb-button .bodyMenu {
  top: 78px!important;
  left: calc(50% - 605px)!important;
}

@media screen and (max-width: 768px) {
  .header-mobile {
    display: block;
  }
  .header-web {
    display: none;
  }
}