.frontWeb {
    height: 300px;
    width: 200px;
    background-size: cover;
    border-radius: 10px 10px 0 0;
    display: flex;
    position: relative;
}
.card {
    height: 400px;
    /* border: 1px lightgrey solid; */
    width: 200px;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 50%);
}
h2.tituloPeli {
    font-size: 18px;
    text-align: center;
    margin: 10px 5px;
    font-weight: bold;
    font-family: sans-serif;
}
.results {
    display: grid;
    gap: 10px;
    grid-template-columns:repeat(auto-fill, 220px);
    justify-content: center;
    width: 100%;
}
.info {
    display: grid;
    grid-template-columns: 50% 50%;
    justify-items: center;
    /* background-color: rgba(0, 0 ,0 ,0.7); */
    font-size: 11px;
    color: #495057;
}
.mid-col {
    border: 1px dotted lightgrey;
    width: 100%;
    text-align: center;
    padding: 5px 0;
}
.downloads {
    display: grid;
    grid-template-columns: 50% 50%;
    justify-items: center;
    background-color:green;
    font-size:12px;
}
.box-download {
    border: 1px solid;
    width: 100%;
    padding:7px 0;
    text-align: center;
    color: white;
}
.downloads a {
    width: 100%;
}
.main-film-box {
    position: relative;
    height: 65px;
}

.downloads {
    position: absolute;
    width: 100%;
    margin: 0;
    bottom: 0;
}
.titulo-box {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding: 5px 2px;
    background-color: rgba(0,0,0,0.6);
}
.idioma p {
    font-size: 12px;
    text-align: center;
    margin: 8px 2px 0;
}
.container-inicio .card {
    width: 100%;
}