
body.country-br a.navbar-brand :nth-child(1n) {
    color: green;
}
body.country-br a.navbar-brand :nth-child(2n) {
    color: yellow;
}
body.country-br {
    background: #f4fff0;
}

body.country-br .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus,
body.country-br .tree .indent a,
body.country-br .breadcrumb {
    background: #e6ffe3;
}



body.country-mx a.navbar-brand :nth-child(1n) {
    color: green;
}
body.country-mx a.navbar-brand :nth-child(2n) {
    color: red;
}
body.country-mx a.navbar-brand :nth-child(3n) {
    color: white;
}
