.section-menu {
  background-color: #00334F;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 9;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .section-menu {
    position: relative;
    background-color: #00334F;
    margin-top: 0px;
    margin-bottom: 0px !important;
  }
}
.section-menu .logo {
  position: absolute;
  transition: all 0.5s ease;
  z-index: 2;
}
.section-menu .logo:hover,
.section-menu .logo:focus {
  transform: scale(1.02);
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .section-menu .logo {
    position: relative !important;
    padding-top: 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
}
.section-menu .logo img {
  max-width: 230px;
}
@media (max-width: 768px) {
  .section-menu .logo img {
    max-width: 100px !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .section-menu .logo img {
    max-width: 180px !important;
  }
}
@media (min-width: 769px) {
  .login-top {
    background-color: transparent !important;
    border: 1px solid #00FF99 !important;
    color: #00FF99 !important;
    border-radius: 9px !important;
    padding: 5px 17px !important;
    margin-top: 10px !important;
  }
}
@media (max-width: 768px) {
  .login-top {
    margin-bottom: 10px !important;
  }
}
.btn-nav-xs {
  padding: 8px 15px !important;
  border: 1px solid #EB7328 !important;
  background-color: transparent !important;
  margin-top: 35px !important;
}
.btn-nav-xs i {
  color: #EB7328 !important;
}
.navbar {
  margin-bottom: 0px;
}
.navbar-nav {
  margin: 30px 0px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .navbar-nav {
    margin: 15px 0px 15px 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav {
    margin: 20px 0px !important;
  }
}
.navbar-brand {
  height: auto;
}
@media (max-width: 768px) {
  .navbar-brand {
    padding: 15px 0px !important;
  }
}
.top-secundarias .logo {
  padding: 0px;
}
.top-secundarias .logo img {
  max-width: 110px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .top-secundarias .logo img {
    max-width: 90px;
  }
}
.top-secundarias .navbar-nav {
  margin: 13px 0px;
}
.navbar-secundarias .navbar-nav > li > a {
  color: #FFF !important;
  font-size: 14px;
}
@media (max-width: 767px) {
  .navbar-secundarias .navbar-nav > li > a {
    color: #FFF !important;
  }
}
.navbar-secundarias .navbar-nav > li > a:hover {
  background: rgba(0, 0, 0, 0.3) !important;
}
.navbar-secundarias .navbar-nav > li > .dropdown-menu > li > a {
  color: #000;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
@media (max-width: 768px) {
  .navbar-secundarias .navbar-nav > li > .dropdown-menu > li > a {
    color: #FFF;
  }
}
.navbar-secundarias .navbar-nav > li > .dropdown-menu > li > a:hover {
  background-color: #FFF;
  color: #00334F;
}
.navbar-nav > li > a {
  color: #FFF;
  font-size: 16px;
  padding-right: 20px;
  padding-left: 15px;
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .navbar-nav > li > a {
    color: #FFF !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-nav > li > a {
    font-size: 9px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav > li > a {
    font-size: 12px !important;
  }
}
.navbar-nav > li > .dropdown-menu > li > a {
  color: #000;
  margin-top: 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.navbar-nav > li > .dropdown-menu > li > a:hover {
  color: #000;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent !important;
  border-color: transparent !important;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #00334F !important;
  transition: all 0.2s ease;
  transform: translateY(-3px);
}
@media (max-width: 768px) {
  .navbar-collapse {
    margin: 0px 0px !important;
  }
}
@media (max-width: 768px) {
  .navbar-nav {
    margin: 0px 0px !important;
  }
}
.navbar-default .navbar-nav > li > a {
  font-weight: bold;
}
.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
  padding: 20px 0px;
  width: 75%;
  box-shadow: none;
  -webkit-box-shadow: none;
}
@media (min-width: 767px) and (max-width: 992px) {
  .mega-dropdown-menu {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: auto;
  }
}
.mega-dropdown-menu:before {
  content: "";
  border-bottom: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  top: -10px;
  left: 210px;
  z-index: 10;
}
.dropdown-menu-site {
  width: 280px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.dropdown-menu-site li a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #999;
  white-space: normal;
}
@media (max-width: 767px) {
  .dropdown-menu-site li a {
    color: #FFFFFF;
  }
}
.dropdown-menu-site:before {
  content: "";
  border-bottom: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  top: -10px;
  left: 30px;
  z-index: 10;
}
@media (max-width: 767px) {
  .dropdown-menu-site:before {
    content: none;
  }
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #999;
  white-space: normal;
}
@media (max-width: 767px) {
  .mega-dropdown-menu > li > ul > li > a {
    color: #FFFFFF;
  }
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #333333;
  background-color: #f5f5f5;
}
.mega-dropdown-menu .dropdown-header {
  color: #00334F;
  font-size: 18px;
  font-weight: bold;
}
.mega-dropdown-menu form {
  margin: 3px 20px;
}
.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}
.btn-social-topo {
  background-color: transparent;
  border: 1px solid #f5f5f5;
  padding: 7px 10px;
  color: #FFFFFF;
  margin: 3px;
}
.top-xs {
  position: relative;
  float: right;
  padding: 9px 5px;
  margin-top: 15px;
  margin-right: 7px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #FFF !important;
  font-size: 14px;
}
@media (max-width: 768px) {
  .top-xs {
    color: #FFF !important;
  }
}
.top-xs:hover {
  background: rgba(0, 0, 0, 0.3) !important;
}
.centraliza_conteudo {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
}
.section-top {
  padding: 18px 0px;
}
.telefone-bold {
  font-weight: bold;
}
.telefone-texto {
  color: #00334F;
  font-weight: normal;
}
.frase {
  font-family: 'Courgette', cursive;
  font-size: 21px;
  margin: 0px;
}
.before-direita::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #EB7328;
  right: 0px;
  top: 45%;
}
@media (max-width: 767px) {
  .before-direita::before {
    display: none !important;
  }
}
