@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BBH+Sans+Hegarty&family=Corben:wght@400;700&family=Raleway:ital,wght@0,100..900;1,100..900&family=Sawarabi+Mincho&display=swap');
*{ 
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:'Raleway', serif;
    text-decoration: none;
  }
  
body{
    background-color: #130f0d;
}

.img_titulo{
    text-align: center;
   background-color: #130f0d;
   padding: 15px 0px 10px 0px;
}

.Titulo{
    font-family: 'Corben', serif;
    text-align: center;
    font-weight: bold;
    font-size: 35px;
    color: #d7d9de;
    background-color: #130f0d;
    padding: 1px 1px 40px 1px;
    
}

input{
    border: 3px groove hsl(228, 31%, 85%);
    width: 380px;
    height: 40px;
    padding: 7px 7px 7px 7px;
    
}
.editar_buscador{
    padding: 0px 0px 10px 10px;
}
#listaArticulos{
    color: #d7d9de;
  text-align: center;

}

li{
    margin: 5px 3px;
    list-style: none;

}

.contenedor__catalogo{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.filtro{
    display: none;
}

.caja img{
    width: 250px;
    height: 200px;
    border-radius: 15px;
    justify-content: center;
    display: flex;
  }
  .caja{
      margin: 25px;
  }
  .caja h3{
      text-align: center;
      font-size: 21px;
      font-weight:700;
      font-family: 'Raleway', serif;
      
  }
  .caja h4{
      text-align: center;
      font-size: 17px;
    font-weight: 500;      
      
  }
  .caja p{
      text-align: center;
      font-size: 15px;
    color: white;
      font-weight:lighter;
  }
  
  .caja h5{
    padding: 2px;
    color: blue;
    text-align: center;
    font-size: 15px;
    font-weight:lighter;
  }

  
/*

/////////////////////////////////////
///TOPVIEW PARA LOS CATALOGOS///////
////////////////////////////////////

*/

.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000000; 
    color: #ffffff;  
    z-index: 100; /* Asegura que el encabezado esté por encima de otros elementos */
    font-family:'Times New Roman', Times, serif;
  
  }
  .header{
    font-family:'Times New Roman', Times, serif;
  }
  
  nav{
    background: #000000;
    height: 80px;
    width: 100%;
    color: #ffffff;
    font-family:'Times New Roman', Times, serif;
  
  }
  
  .enlace{
    position: absolute;
    padding: 20px 30px;
    font-family:'Times New Roman', Times, serif;
  
  }
  
  header .logo{
    width: 80px;
    height: 80px;
  }
  
  .logo__sidebar{
    opacity: 0;
    visibility: hidden;
  }
  
  header nav ul{
    float: right;
    margin-right: 20px;
  }
  
  header nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 10px;
  }
  
  header nav ul li a{
    color: #fff;
    font-size: 18px;
    padding: 7px 13px;
    border-radius: 3px;
    text-transform: uppercase;
  }
  
  header li a.active, li a:hover{
    background: #000090;
    transition: .5s;
  }
  
  header .checkbtn{
    font-size: 30px;
    color: #fff;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
  }
  
  #check{
    display: none;
  }
  
  header section{
    background: url(fondo.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    height: calc(100vh - 80px);
  }
  
  
  @media (max-width: 952px){
  
    header nav ul li a{
        font-size: 10px;
  
    }
  
    header .logo{
      width: 500px;
    }
  
  
  }
  
  
  @media (max-width: 1480px){
      header .checkbtn{
      display: block;
  }
  
  .enlace{
    padding: 20px 0 40px 0px;
  }
  
  header .logo{
    width: 80px;
    height: 80px;
  }
  
  
  /*
  
  APARTADO BOTON
  
  */
  header nav ul li a{
    border-bottom: 2px solid rgba(116, 116, 116, 0.3);
  
  }
  
  .enlace{
    padding: 20px 0 10px 10px;
  }
  
  header ul{
      position: fixed;
      width: 100%;
      height: 100%;
      background: #000000;
      top: 80px;
      left: -100%;
      text-align: center;
      transition: all .5s;
      
  }
  header ul li button{
    font-size: 20px;
  }
  
  header nav ul li{
      display: block;
      margin: 30px 0;
      line-height: 3px;
  }
  
  header nav ul li a{
      font-size: 20px;
  }
  
  header li a:hover, li a.active{
      background: none;
      color: #242e4c;
  }
  
  header #check:checked ~ ul{
      left:0;
  }
  
  }
  
  @media (max-width: 700px){
  
    header .logo{
      width: 290px;
      padding-left: 1px;
    }
  
    .enlace{
      padding: 20px 0 10px 10px;
    }
  }


  /*

///////////////////////////////
/// APARTADO TOOLTIP //////////
///////////////////////////////


  */

  .tooltip-list {
    list-style: none;
    padding: 0;
    }
    
    .tooltip-item {
    position: relative;
    display: inline-block;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    }
    
    .tooltip-item::before {
    content: attr(data-tooltip);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.858);
    color: white;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    font-size: 20px;
    }
    
    
    .tooltip-item:hover::before {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-5px);
    }