/*TABLETS PADRÃO*/
@media only screen and (max-width: 820px) {
    .header-top {
        margin-left: 35%;
    }
    .header-top a.mobile {
        padding: 10px 14px;
        font-size: 16px;
        line-height: 1.8;
        border-radius: 5px;
    }
    
}    
/*SMARTPHONE PADRÃO*/
@media only screen and (max-width: 480px) {
    .header-top {
        margin-left: 20%;
    }
    .header-top a.mobile {
        padding: 10px 14px;
        font-size: 14px;
        line-height: 1.8;
        border-radius: 5px;
    }
}







