.top-header {
  overflow: hidden; }

.cd-top {
  background-image: url(/theme/theme1/img/master/icons/cd-top-arrow.svg); }

.linkMWRodape {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 13px !important; }

.navbar-fixed-top .navbar-collapse {
  max-height: 80vh;
  overflow-y: auto; }

.affix .navbar-collapse {
  min-height: 59px; }

.nav > li > a {
  padding: 15px 6px !important; }

@media (min-width: 1200px) {
  .navbar-center {
    position: relative;
    left: 50%;
    transform: translateX(-50%); }
  .main-navbar #mainNav .col-xs-12 {
    min-height: 60px; }
  .main-navbar #mainNav > .container .navbar-collapse.fixed {
    position: relative !important; } }

.social-media-wrapper .icon-tiktok {
  width: 42px;
  height: 42px;
  position: relative;
  display: inline-block;
  bottom: -6px; }

.social-media-wrapper .icon-tiktok:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/images/tiktok-icon.png"); }
