body {
    margin: 0;
    padding: 0;
    background-image: url(img/SL_123119_26540_02.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    min-height: 500px;
    background-repeat: no-repeat;
    display: flex;
    overflow-x: hidden;
}

.navegacion {
    padding: 20px;
    width: 90%;
    height: max-content;
}

.busqueda {
    background-color: transparent;
    border: #2e0f47 solid;
    border-radius: 15px;
    width: 40%;
    height: 30px;
    color: white;
    padding-left: 10px;
}

.busqueda:hover {
    border: white 2px solid;
}

.busqueda:focus {
    border-color: transparent;
}

.botonBuscar {
    background-color: #27103a;
    cursor: pointer;
    color: #cfcbcb;
    border: none;
    border-radius: 13px;
    width: 80px;
    height: 30px;
    padding: 5px 20px 5px 20px;
}

.btnBuscar:hover {
    border: #381455 1px solid;
    background-color: #381455;
    color: #f3eeee !important;
}

.filtro {
    background-color: #27103a;
    color: #cfcbcb;
    border: none;
    border-radius: 13px;
    width: max-content;
    height: 30px;
    padding: 5px 20px 5px 20px;
}

.filtro:hover {
    border: #381455 1px solid;
    background-color: #381455;
    color: #f3eeee;
}

.app {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px;
    justify-content: flex-start;
    overflow-x: hidden;

}

#tarjeta {
    width: 20%;
    padding: 2px;
    margin: 5px;
}

#image {
    width: 120px;
    height: 120px;
    min-width: 50px;
}

#name {
    color: white;
    height: 35px;
    width: 60%;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}

#abrir {
    color: #fff;
    border-radius: 8px;
    border: 2px solid #fff;
    padding: 5px 10px 5px 10px;

}