section#contato .mapa iframe{
    margin: 15px 0px;
}

footer .media{
    background-color: #F0F0F0;
    padding: 10px 0;
}

footer .center{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

footer .social_links{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    align-content: center;
    color: #4A5F5C;
    width: 70%;
    margin: 0 auto;
}

footer .social_links .links{
    margin: 0 10px;
}


footer .social_links .link a{
    font-size: 18px;
    color: #4A5F5C;
}

footer .social_links .link a:hover{
    font-size: 18px;
    color: #919191;
}

footer .social_links .icon{
    margin: 0 5px;
}

footer .social_links .icon .material-symbols-outlined{
    font-size: 30px;
}

footer .social_links .icon img{
    width: 30px;
}

footer .material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}


.whatsapp img{
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 2%;
    right: 2%;
    cursor: pointer;
}

@media screen and (max-width: 800px) {
    #mapa{
        width: 100vw;
        height: 300px;
    }

    footer .social_links{
        flex-direction: column;
		width: 100%;
    }

    footer .social_links .links{
        margin: 10px 0;
    }
}

