.recursContingut
{
    margin: 1%;
    /* padding: 3%; */
    background-color: #C4D9E5;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    /* height: 10%; */
    height: 80px;
}

.recursContingut:hover
{
    transition: 0.2s;
    transform: scale(1.01);
}

.fotoRecurs
{
    width: 25%;
    border: 0px solid red;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    height: 100%;
}

.textRecurs
{
    width: 75%;
    border: 0px solid yellow;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: "Overlock";
    height: 100%;
    font-size: 120%;
    /* margin: 3%; */
}



@media (max-width: 999px) 
{
    .recursContingut
    {
        margin:13px;
    }
}

#fotoWiki
{
    background: url('https://ffames.cat/public/img/wiki.png');
}

#fotoConv
{
    background: url('https://ffames.cat/public/img/convertidor.png');
}

#fotoCalendari
{
    background: url('https://ffames.cat/public/img/calendari.png');
}

#fotoTorrent
{
    background: url('https://ffames.cat/public/img/bittorrent.png');
}

#fotoArxius
{
    background: url('https://ffames.cat/public/img/arxiu.png');
}

#fotoCorreu
{
    background: url('https://ffames.cat/public/img/webmail.png');
}

#fotoEscurcador
{
    background: url('https://ffames.cat/public/img/enllac.png');
}