footer{
    /* background: #70798C; */
    background-image:linear-gradient(160deg,#70798c,#758c81,#789f76,#79b268,#79b268,#789f76,#758c81,#70798c);
    color: #252323;
    margin-top: 200px;
    padding-top: 10px;
    padding-bottom: 50px;
    height: 176px;
}

.footer-texto{
    padding:0px 10px 7px 10px;
    font-family: 'Baloo Tammudu', cursive; 
}

.footer-imagem{
    max-width: 33px;
    width: 100%;
    height: 33px;
    border-radius: 50%;
    margin:0 10px 0 10px;
    box-shadow: 2px 2px 2px #222222;
}
footer > a{
    cursor: pointer;
    text-decoration: none;
}
.footer-telefone{
    display: flex;
    width: 250px;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
}
.footer-telefone > img{
    width: 33px;
    height: 33px;
}
.footer-telefone >p {
    font-weight: bold;
}
.footer-div{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
@media(max-width: 480px){
    .footer-div{
        flex-direction: column;
        align-items: center;
    }
}
