body {
   
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-family:"poppins-bold";
    font-size: 1.56rem;
    color: var(--neutral); /* Rosa */
    text-decoration: none;
    text-shadow: 1px 1px 2px rgb(230, 0, 255), 0 0 1em rgb(24, 202, 196), 0 0 0.2em rgb(0, 242, 255);
  
}

.card-container {
    display: flex;
    justify-content: center;
    gap: 20px; /* Espacio entre las tarjetas */
}

.card {
    width: 400px;
    height: 500px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none; /* Para que parezcan enlaces */
    color: #333333;
    transition: transform 0.3s ease;
}
h2{
    text-shadow: 1px 1px 2px rgb(48, 121, 121), 0 0 1em rgb(23, 18, 21), 0 0 0.2em rgb(16, 19, 19);
    font-size: 2rem; /* Cambiado a 168px */
    color: var(--neutral);  
    position:absolute;
   
    bottom: 200px;
   margin-left: 40px;
}
.card:hover {
    transform: scale(1.05); /* Efecto de aumento al pasar el ratón */
 
    
}
#img1:hover  {
    transform: scale(1.2);
}









.catalogo2 {
    position: fixed;
    top: 200px;
    left: 0;
    width: 100%; /* Opcional: Ajusta el ancho según tus necesidades */
    background-color: #f0f0f0; /* Opcional: Agrega un color de fondo */
    padding: 10px; /* Opcional: Agrega un espacio interior */
   }

.titulocat{
    font-family:"poppins-bold";
    text-shadow: 1px 1px 2px rgb(48, 121, 121), 0 0 1em rgb(23, 18, 21), 0 0 0.2em rgb(16, 19, 19);

    cursor: pointer;
    font-size: 2rem; /* Cambiado a 168px */
    color: var(--neutral) 

}

div.container-expos{
    display: flex;
    justify-content: center;
    left:50%;
    right: 50%;
    height: 100vh;
    text-align: start;
   
  }

 
  div.card-expo-wrapper{
    /* height: 80%;
    width: 80%; */
    padding: 20px;
    font-size: 15px;
    gap: 20px;
    background-color: aquamarine;
    display: flex;
        justify-content: center;
        gap: 20px; /* Espacio entre las tarjetas */
    
    margin-top: 120px;
    text-align: center;
    font-family: monospace;
    /* background-color: rgba(217, 149, 227, 0.605); */
    color: rgb(240, 249, 255);
    text-shadow: 1px 1px 2px rgb(48, 121, 121), 0 0 1em rgb(23, 18, 21), 0 0 0.2em rgb(16, 19, 19);
    }
    
    .cardexpo{
        width: 500px;
        height: 600px;
        gap:20px;
        border-radius: 20px;
        text-align: start;
    }
    .tienda-expos{
        font-family:"poppins-bold";
        text-shadow: 1px 1px 2px rgb(48, 121, 121), 0 0 1em rgb(23, 18, 21), 0 0 0.2em rgb(16, 19, 19);
     font-size: 2rem; 
        color: var(--neutral);
       list-style: none;
        list-style-type: none;
      margin-left: 1080px;
        
        display: inline-flex;
        gap: 1rem;
    
        
    }
    .exposiciones{

        font-size: 1.7rem;
       text-align: center;
       margin-left: 200px;
    }
    /* .tituloexpos{
        top: 10px;
        width: 100px;
        font-size: 1.5rem;
      } */