#footer{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #E4766A;
}

hr{
    margin: 0px ;
}

.butons{
    background-color: #DA2A16 !important;
    border-color: #DA2A16 !important;
    width: 150px;
    margin: auto;
    margin-bottom: 10px;
}
.imagensita{
    width: 100% !important;
}

.menule{
    margin: auto;
}

.futer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    column-gap: 20px;
    grid-row-gap: 0px;
    text-align: center;
    color: white;
}

.futers {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    column-gap: 20px;
    grid-row-gap: 0px;
    text-align: center;
    color: white;
}

.futer hr{
    background-color: white !important;
}

.infofot img{
    display: block;
    width: 100%;
    margin: auto;
    height: auto;
    margin-bottom: 30px;
    margin-top: 30px;
}

.paragraf p{
    margin-bottom: 1rem !important;
}

.infofote img{
    display: block;
    width: 100%;
    margin: auto;
    height: auto;
    margin-bottom: 30px;
    margin-top: 30px;
}

.xarxus {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 50px;
    margin-right: 50px;
}
.conta {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    padding-top: 20px;
}
@media (max-width: 770px) {
    .futer{
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        column-gap: 30px;
        row-gap: 30px;
        padding-bottom: 20px;
    }

    .futers{
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        column-gap: 30px;
        row-gap: 30px;
        padding-bottom: 20px;
    }
}
.paragraf{
    text-align: center; 
}
.privcook{
    width: 100%;
    background-color: #DA2A16;
}

.holi{
    color: white !important;
}

.social i{
    color: white;
    margin:10px;
    font-size:20px;
    margin-top: 0;
    transition: transform 1s;   
}

.politiques {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    column-gap: 20px;
    grid-row-gap: 0px;
    color: white;
}

.copi{
    text-align: left;
}

.lenks{
    text-align: right;
}

.noLink{
    text-decoration: none !important;
    color: white;
}

.noLink:hover{
    text-decoration: none !important;
    color: white;
}

@media (max-width: 600px) {
    .politiques {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        column-gap: 20px;
        grid-row-gap: 0px;
        color: white;
    }
    .politiques .copi{
        text-align: center !important;
    }
    .politiques .lenks{
        text-align: center !important;   
    }
}

