footer{
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: max-content;
    background-color: #F8E9DE;
}

a {
    text-decoration: none;
}

.developer a{
    color: white;
}

.info{
    display: grid;
    grid-template-columns: max-content max-content max-content;
    align-items: center;
    column-gap: 50px;
    grid-template-rows: max-content;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;

}

.endereco{
    font-family: 'J-Regular';
    text-align: center;
    font-size: 1rem;
}

.info{
    font-family: 'J-Regular';
}

.informacao-camacam img{
    margin-bottom: 10px;
}

.text-unidades{
    margin-top: 10px;
}

.developer{
    background: rgb(173, 165, 165);
    display: grid;
    grid-template-columns: max-content max-content;
    justify-content: end;
    padding-right: 10%;
    font-family: 'J-Medium';
    font-size: 1rem;
}

.developer span{
    margin-bottom: 2px;
}

.developer a{
    text-decoration: none;
    
}

@media only screen and (max-width: 1135px) {
    .info{
        display: grid;
        grid-template-columns: max-content max-content;
        align-items: center;
        column-gap: 50px;
        grid-template-rows: max-content;
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    
    }

}

@media only screen and (max-width: 850px) {

    .info {
        display: grid;
        grid-template-columns: 80%;
        grid-template-columns: max-content;
        justify-content: center;
    }

    .informacao-camacam{
        order: 2;
    }

    .endereco{
        order: 1;
    }

    .text-unidades{
        font-size: 0.9rem;
    }

    .info{
        font-size: 0.9rem;

    }

    .informacao-camacam {
        order: 2;
        margin-top: 20px;
    }

    .informacao-camacam img {
        width: 130px;
        height: auto;
    }

    .icone-facebook {
        width: 25px !important;
        height: auto !important;
    }

    .icone-instagram{
        width: 25px !important;
        height: auto;
    }

    .informacao-camacam{
        text-align: center;
    }

}



@media only screen and (max-width: 460px) {


    .info {
        display: grid;
        grid-template-columns: 80% !important;
        grid-template-columns: max-content;
        justify-content: center;
    }

}