body .navbar_nossa_equipa a
{
    margin-left: -18px !important
}

body .navbar_rastreio a{
    width: 230px !important;
}


/*inicio media querias*/
@media screen and (max-width: 1199px) and (min-width: 992px)
{
    body .container4_imagem
    {
        margin-left: calc(-50vw + 77%);
    }
}

@media screen and (max-width: 991px) and (min-width: 768px)
{
    body .navbar_pt_en_320
    {
        width: 100%;
    }

    body .container7_esquerda_p_topico1
    {
        width: 162px;
    }

    body .container7_esquerda_p_topico2
    {
        width: 162px;
    }
}


