
footer{
    background-color: rgb(67, 67, 204);
    padding: 50px 0;
}

footer #logonofooter{
    height: 60px;
    margin:50px auto;
    display: block;
}

footer #internofooter{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 30px;
}

footer #internofooter .logo{
    width: 300px;
}

footer #internofooter .logo img{
    display: block;
    margin: 10px auto;
}

footer #internofooter .fraselecampo{
    width: 300px;
    color: rgb(252, 252, 252);
    font: normal 13pt arial;
    display: flex;
    font-weight: 600;
    align-items: center;
}

footer #internofooter .links a{
    display: block;
    width: max-content;
    text-decoration: none;
    color: black;
    background-color: white;
    margin: 10px auto;
    padding: 5px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer #internofooter .links a:hover{
    scale: 1.1;
}

footer #internofooter .links a img{
    height: 25px;
    margin-right: 10px;
}

footer #conhecalecampo{
    text-decoration: none;
    display: block;
    margin: auto;
    width: max-content;
    background-color: black;
    color: white;
    padding: 7px;
    border-radius: 7px;

    display: flex;
    align-items: center;
    justify-content: center;
}

footer #conhecalecampo img{
    height: 30px;
    margin: 0 7px;
}



footer p{
    margin: auto;
    text-align:center;
    font: normal 12pt arial;
    color: white;
    padding: 30px;
}



@media (max-width:500px){
    main #inicio #internoinicio h1{
    width: 90%;
    }

    #apresentacaolemcapo .materiaslecampo .submeterias{
    width: 90%;
    }

}

@media (max-width:770px){
    footer #internofooter .fraselecampo{
    margin-bottom: 40px;
    }
}
