/* Puedes ajustar este valor según sea necesario */
    
body{
    
        font-family: 'Roboto', sans-serif;
margin: auto;
    
}

        .boton-elegante {
            display: inline-block;
            padding: 5px 15px;
            font-size: 18px;
            text-align: center;
            text-decoration: none;
            cursor: pointer;
            border: 2px solid #fff;
            color: #eee;
            border-radius: 5px;
            transition: background-color 0.3s, color 0.1s;
      

        }

        .boton-elegante:hover {
            background-color: #3498db;
            color: #fff;
        }

    .conte-imagenes-categoria {
    display: none;
    position: fixed;
    z-index: 1000;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    right: 0;
    top: 61px; 
    left: 50%;
    transform: translate(-50%, 0);
            width: 25%;
}
        .loma:hover + .conte-imagenes-categoria,
        .conte-imagenes-categoria:hover {
            display: block;
        }


    #menu-usuario {
      display: none;
      position: fixed;
      top: 65px;
      right: 10px;
      height: 80%;
      width: 300px;
      padding: 20px;
      background-color: #f4f4f4;
      border-left: 1px solid #ccc;
      box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
      z-index: 999;
        border-radius: 20px;
    }

    #overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 998;
    }

    #cerrar {
      cursor: pointer;
      color: #333;
      font-weight: bold;
      float: right;
        display: none;
    }



    #menu-usuario a {
      display: block;
        border: 1px solid #eee;
    
      text-decoration: none;
      color: #eee;
      font-weight: bold;
        padding: 10px;
        background-color: darkslategrey;
    }

    #menu-usuario a:hover {
      color: #0066cc;
    }

@media (max-width:750px){
    
    
      .boton-elegante{
        display: none;
        
        
    }}
    