body { color:#212160; 
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin:0; padding:0; border:0; }
img { border:0; }
footer { color:#fff; background-color: #212160; }
footer a { color:#fff; text-decoration: none; }
.companies { text-align:center; max-width:960px; width:100%; }
.companies img { margin:10px; max-width:40%; height: auto; }
.content { 
    font-weight:bold; text-align:center;
    margin-left:auto; margin-right:auto; 
    height:auto; max-width:960px; width:100%; }
.title { margin-bottom:1vw; }
#logo { margin-left:auto; margin-right:auto; height:auto; max-width:960px; width:100%; }

/* MEDIA QUERIES:  */

/* Desktop  */
@media all and (min-width: 960px) {
    body{ font-size: 3em; }
}

/* Tablet  */
@media all and (max-width: 959px) and (min-width: 600px) {
    body { font-size: 5vw; }
}

/* Celular  */
@media all and (max-width: 599px) and (min-width: 50px) {
    body { font-size: 5vw; }
}