
#topo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#topo .top-info {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 40px;
  line-height: 41px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#topo .top-info ul {
  margin-bottom: 0;
  height: inherit;
}
#topo .top-info li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}
#topo .top-info li:last-child {
  padding-right: 20px;
}
#topo .top-info li + li {
  position: relative;
}
#topo .top-info li + li:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  margin: auto;
  width: 1px;
  height: 15px;
  background: #fff;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
#topo .top-info label {
  cursor: pointer;
}
#topo .top-info .share {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#topo .top-info .share .submenu-share {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #ebf0f4;
  white-space: nowrap;
  font-size: 24px;
  text-align: center;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#topo .top-info .share .submenu-share a {
  padding: 0 5px;
  display: inline-block;
  vertical-align: middle;
}
#topo .top-info .share:hover .submenu-share {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
#topo .top-middle {
  top: 0 !important;
  position: relative;
  padding: 15px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-top: 0px solid #ebf0f4;
  border-bottom: 0px solid transparent;
}
#topo .logo {
  width: 509px;
  height: 100px;
  max-width: calc(100% - 80px);
  max-width: -moz-calc(100% - 80px);
  max-width: -webkit-calc(100% - 80px);
  position: relative;
  margin: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#topo .logo img {
  max-width: 100%;
  max-height: 100%;
}

#topo .logo .logo2 {
  display: none;
}



#topo .top-nav {
  padding-top: 40px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#topo .top-nav ul {
  margin: 0;
  height: 100%;
}
#topo .top-nav li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  font-size: 14px;
}
#topo .top-nav a {
  height: 100%;
  display: block;
  position: relative;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 700;
  background: transparent;
  text-transform: uppercase;
  white-space: nowrap;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #topo .top-nav a {
    letter-spacing: 0;
    padding: 15px;
  }
}
#topo .top-nav a:hover {
  background-color: #08c;
  color: #fff;
}
#topo.topo-fixo {
  background: #000;
}
#topo.topo-fixo .top-info {
  margin-top: -41px;
}
#topo.topo-fixo .top-middle {
  padding: 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
  background: #fff;
}

#topo.topo-fixo .top-nav a{
  color: #000;
}

#topo.topo-fixo .top-nav a:hover{
  color: #fff;
}
#topo.topo-fixo .top-nav {
  padding-top: 0;
}
#topo.topo-fixo .logo {
  height: 70px;
}
@media only screen and (max-width: 1200px) {
  #topo .container {
    width: 100%;
  }
  #topo .top-nav a {
    font-size: 9px;
    padding: 10px;
  }
}
@media only screen and (max-width: 992px) {
  #topo .top-info .container {
    padding: 0;
  }
  #topo .container.flex-stretch {
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  #topo .btn-menu {
    position: relative;
    z-index: 2;
    color: #fff;
    width: 50px;
    height: 50px;
    border: solid currentColor;
    border-width: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
  }
  #topo .btn-menu:before,
  #topo .btn-menu:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 4px;
    width: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: -15px;
    background: currentColor;
    -webkit-transition: all 0.3s, color 0s;
    -moz-transition: all 0.3s, color 0s;
    transition: all 0.3s, color 0s;
  }
  #topo .btn-menu:before {
    margin-top: -8px;
  }
  #topo .btn-menu:after {
    margin-top: 4px;
  }
  #topo .top-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    padding-top: 111px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
    background: #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: initial;
    -moz-flex-flow: initial;
    flex-flow: initial;
  }
  #topo .top-nav ul {
    width: 100%;
    height: auto;
    max-height: 100%;
    overflow: auto;
    padding: 15px 0;
  }
  #topo .top-nav ul::-webkit-scrollbar {
    width: 8px;
    background: rgba(0,0,0,0.3);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  #topo .top-nav ul::-webkit-scrollbar-thumb {
    width: 8px;
    background: #08c;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  #topo .top-nav li {
    display: block;
    height: auto;
  }
  #topo .top-nav a {
    line-height: 1;
    font-size: 36px;
    font-weight: 700;
    padding: 10px 0;
    border: 0;
    color: #fff;
    height: auto;
    text-align: center;
    white-space: normal;
    background: none !important;
  }
  #topo .top-nav a:before,
  #topo .top-nav a:after {
    display: none;
  }
  #topo .top-nav a:hover {
    color: #08c !important;
  }
  #topo .top-nav a i {
    display: none;
  }
  #topo .top-nav li .submenu {
    display: none;
  }
  #topo .top-nav a:hover {
    background: transparent;
  }
  #topo #check-nav:checked ~ .top-middle .top-nav {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  #topo #check-nav:checked ~ .top-middle .btn-menu {
    color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #topo #check-nav:checked ~ .top-middle .btn-menu:before,
  #topo #check-nav:checked ~ .top-middle .btn-menu:after {
    margin-top: -2px;
  }
  #topo #check-nav:checked ~ .top-middle .btn-menu:after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  #topo.topo-fixo .top-middle .top-nav {
    padding-top: 111px;
  }
  #topo.topo-fixo #check-search:checked ~ .top-middle .top-nav {
    padding-top: 161px;
  }
  #topo.topo-fixo .btn-menu {
    top: 0;
  }
}
@media only screen and (max-width: 768px) {
  #topo .top-info li:nth-last-child(2) {
    border: 0;
  }
}
@media only screen and (max-width: 480px) {
  #topo .top-info {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    top: auto;
    height: auto;
    line-height: 30px;
    margin-top: 0;
    padding: 8px 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  #topo .top-info li {
    line-height: 0;
  }
  #topo .top-info .fz18 {
    font-size: 24px;
  }
  #topo .top-info .display-flex {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  #topo #check-nav:checked ~ .top-info {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  #topo .top-nav {
    padding-bottom: 40px;
  }
  #topo .top-nav a {
    font-size: 24px;
  }
}
@media only screen and (max-width: 992px) and (min-width: 480px) {
  #topo .btn-menu {
    top: 15px;
  }
}

#topo.topo-fixo .logo.logo1 {
  opacity: 0;
}

#topo.topo-fixo .logo.logo2 {
  opacity: 1;
}

#topo .logo.logo2 {
  opacity: 0;
}

#topo .logo.logo1 {
  opacity: 1;
}

.logo2 {
  position: absolute !important;
}