﻿@media (min-width: 760px) and (max-widht: 480px){
    .toolbar {
        float: right;

    }
    .contato {
        float: right;
        width: auto;
        height: 40px;
        border-bottom: 1px solid black;
        margin-top: 16px;
    }
}

  