#header-topo {
  width: 100%;
}
#header-topo .barra-1 {
  width: 100%;
  min-height: 35px;
}
#header-topo .barra-1 .item-l {
  float: left;
  line-height: 35px;
  margin-left: 15px;
}
#header-topo .barra-1 .item-r {
  float: right;
  line-height: 35px;
  margin-left: 15px;
  transition: all 0.5s ease-out;
}
#header-topo .barra-1 .item-r:hover {
  transition: all 0.5s ease-out;
}
#header-topo .barra-1 .item-r-busca {
  max-width: 200px;
  float: right;
  line-height: 20px;
  height: 20px;
  margin-top: 7px;
  margin-bottom: 7px;
}
#header-topo .barra-1 .item-r-busca .form-control {
  display: block;
  width: 100%;
  height: 20px;
  padding: 0px 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  transition: none;
  margin: 0px;
}
#header-topo .barra-1 .item-r-busca .btn {
  height: 20px;
  border-radius: 0px;
  padding: 0px 8px;
  background-color: #ffffff;
  margin: 0px;
}
@media (max-width: 767px) {
  #header-topo .barra-1 .item-r {
    font-size: 25px;
  }
  #header-topo .barra-1 .item-r-busca {
    max-width: 100%;
    margin-bottom: 20px;
  }
  #header-topo .barra-1 .item-r-busca .form-control {
    height: 30px;
    line-height: 30px;
  }
  #header-topo .barra-1 .item-r-busca .btn {
    height: 30px;
  }
}
@media (max-width: 450px) {
  #header-topo .barra-1 .item-l {
    float: left;
    width: 50% !important;
    line-height: 35px;
    margin: 0px;
    text-align: center;
  }
  #header-topo .barra-1 .item-r {
    display: none;
  }
}
#header-topo .barra-2 {
  width: 100%;
  min-height: 50px;
}
#header-topo .barra-2 .busca {
  width: calc(100% - 60px);
  line-height: 60px;
  height: 30px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 5px;
}
#header-topo .barra-2 .busca .form-control {
  display: block;
  width: 100%;
  height: 30px;
  padding: 0px 10px;
  font-size: 14px;
  line-height: 30px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  transition: none;
  margin: 0px;
}
#header-topo .barra-2 .busca .btn {
  height: 30px;
  border-radius: 0px;
  padding: 0px 8px;
  background-color: #ffffff;
  margin: 0px;
  margin-top: -30px;
}
#header-topo .barra-2 .nav > li {
  position: relative;
  transition: all 0.5s ease-out;
}
#header-topo .barra-2 .nav > li a .fa {
  opacity: 40% !important;
  transition: all 0.5s ease;
}
#header-topo .barra-2 .nav > li a .fa:hover,
#header-topo .barra-2 .nav > li a .fa:focus {
  opacity: 100% !important;
  transition: all 0.5s ease;
}
#header-topo .barra-2 .nav > li a:hover .fa,
#header-topo .barra-2 .nav > li a:focus .fa {
  opacity: 100% !important;
  transition: all 0.5s ease;
}
#header-topo .barra-2 .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0px;
  border: none;
}
#header-topo .barra-2 .navbar-collapse {
  padding: 0px;
}
#header-topo .dropdown-menu {
  min-width: 230px;
}
#header-topo .dropdown-menu > li > a .fa {
  color: #e8e8e8 !important;
}
#header-topo .dropdown-menu > li > a {
  background: #ffffff;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  #header-topo .dropdown-menu > li > a {
    padding: 5px 35px !important;
  }
}
#header-topo .dropdown-menu > li > a:hover,
#header-topo .dropdown-menu > li > a:focus {
  background: #ffffff;
  font-weight: 700;
  transition: all 0.5s ease;
}
@media (max-width: 844px) {
  #header-topo .navbar-collapse {
    overflow: hidden;
  }
  #header-topo .nav > li > a {
    padding: 10px 30px;
  }
}
.barra-3 {
  width: 100%;
  min-height: 110px;
}
.barra-3 .logo {
  width: 100%;
  height: 110px;
  padding: 10px 0px;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.barra-3 .logo img {
  max-height: 90px;
  max-width: 100%;
}
.barra-3 .box-btn {
  height: 70px;
  width: 180px;
  margin-left: 5px;
  margin-top: 20px;
  float: right;
  border: 1px solid transparent;
  position: relative;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 991px) {
  .barra-3 .box-btn {
    float: right !important;
  }
}
.barra-3 .box-btn .icon {
  width: 40px;
  margin-left: 10px;
  float: left;
  height: 35px;
  line-height: 35px;
  margin-top: 15px;
  text-align: center;
  font-size: 20px;
  background-color: transparent;
}
.barra-3 .box-btn .texto {
  width: calc(100% - 55px);
  float: right;
  height: 35px;
  margin-top: 15px;
  text-align: left;
  position: relative;
  background-color: transparent;
  font-weight: 700;
}
.barra-3 .box-btn .texto p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.barra-3 .box-btn .seta {
  text-align: center;
  width: 100%;
  background-color: transparent;
  overflow: hidden;
}
@media (max-width: 767px) {
  .barra-3 .box-btn .seta {
    position: absolute;
    bottom: -3px;
    padding-left: 30px;
  }
}
.barra-3 .box-btn .seta .fa {
  background-color: transparent;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.5s ease;
}
.barra-3 .box-btn .box-menu {
  right: -1px;
  left: auto;
  display: none;
  position: absolute;
  top: 102%;
  width: 450px;
  max-width: 100vw;
  background-color: #ffffff;
  color: #2c2c2c;
  z-index: 999;
  padding: 20px 0px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 5px solid;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.barra-3 .box-btn .box-menu .menu {
  width: 100%;
  padding: 0px 15px;
}
.barra-3 .box-btn .box-menu .menu a {
  display: block;
  padding: 3px 0px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #2c2c2c;
}
.barra-3 .box-btn .box-menu .menu a .fa {
  color: #e8e8e8;
}
.barra-3 .box-btn .box-menu .menu a:hover {
  font-weight: 700;
  color: #2c2c2c;
}
@media (min-width: 501px) and (max-width: 767px) {
  .barra-3 .box-btn .box-menu {
    width: calc(100vw - 35%);
  }
  .barra-3 .box-btn .box-menu .menu {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .barra-3 .box-btn .box-menu {
    width: calc(100vw - 35%);
  }
}
.barra-3 .box-btn:hover .box-menu {
  display: block;
}
.barra-3 .box-btn:hover .seta .fa {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: all 0.5s ease-out;
  background-color: transparent;
}
@media (max-width: 1320px) {
  .barra-3 .box-btn {
    width: 160px;
  }
  .barra-3 .box-btn .icon {
    margin-left: 0px;
  }
  .barra-3 .box-btn .texto {
    width: calc(100% - 45px);
  }
}
@media (max-width: 1091px) {
  .barra-3 .box-btn {
    width: calc(25% - 20px);
    margin-left: 5px !important;
    margin-right: 5px !important;
    margin-bottom: 5px;
    margin-top: 20px !important;
  }
}
@media (max-width: 690px) {
  .barra-3 .box-btn {
    width: calc(50% - 10px);
  }
}
.barra-3 .box-menu2 .menu {
  width: 100%;
}
.barra-3 .box-menu2 .menu a {
  display: block;
  padding: 5px 0px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333 !important;
}
.barra-3 .box-menu2 .menu a .fa {
  color: #e8e8e8;
}
.barra-3 .box-menu2 .menu a:hover {
  font-weight: 700;
  color: #2c2c2c;
}
@media (min-width: 501px) and (max-width: 767px) {
  .barra-3 .box-menu2 .menu {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .barra-3 .logo {
    margin-bottom: 5px !important;
  }
}
.ordem-1 {
  left: 0px;
}
.ordem-2 {
  left: 0px;
}
.ordem-3 {
  right: 0px;
}
.ordem-4 {
  right: 0px;
}
.ordem-5 {
  right: 0px;
}
@media (min-width: 992px) {
  .ordem-5 {
    right: -150% !important;
  }
}
@media (max-width: 767px) {
  .ordem-1 {
    left: 0px !important;
    right: auto;
  }
  .ordem-2 {
    right: 0px !important;
    left: auto;
  }
  .ordem-3 {
    left: 0px !important;
    right: auto;
  }
  .ordem-4 {
    right: 0px !important;
    left: auto;
  }
  .ordem-5 {
    right: 0px !important;
    left: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ordem-5 {
    left: -200% !important;
    right: auto !important;
  }
  .ordem-1 {
    right: 0px !important;
    left: auto !important;
  }
  .ordem-4 {
    left: 0px !important;
    right: auto !important;
  }
}
.btn-restrito {
  margin-top: 13px;
  width: 153px;
  font-weight: bold;
  justify-content: center;
  /* display: flex; */
  align-items: center;
  font-size: 12px;
  border: none;
  height: 27px;
  border-radius: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .btn-restrito {
    margin-bottom: 13px;
  }
}
@media (max-width: 991px) {
  .btn-restrito {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.box-telefone {
  height: 110px;
  width: 140px;
  margin-left: 10px;
  padding-top: 30px;
  float: right;
  border: solid 1px transparent;
  position: relative;
  transition: all 0.5s ease-out;
  background-color: #f3f3f3;
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-telefone {
    height: 70px !important;
    padding-top: 15px !important;
    background-color: #fff !important;
    width: 125px !important;
    margin-left: 0px !important;
  }
}
.box-telefone .telefone-topo {
  display: grid;
  font-weight: bold;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.box-telefone .telefone-topo i {
  font-size: 25px;
}
.box-pesquisa {
  height: 110px;
  padding-top: 45px;
  margin-left: 10px;
  float: right;
  border: solid 1px transparent;
  position: relative;
  transition: all 0.5s ease-out;
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-pesquisa {
    height: 70px !important;
    padding-top: 50px !important;
  }
}
.box-pesquisa .pesquisa-topo {
  display: grid;
  font-weight: bold;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.box-pesquisa .pesquisa-topo i {
  font-size: 20px;
  color: #797979 !important;
  transition: all 0.5s ease-out;
}
.box-pesquisa .pesquisa-topo:hover i,
.box-pesquisa .pesquisa-topo:focus i {
  transform: scale(1.02);
  transition: all 0.5s ease-out;
}
.dropdown-submenu {
  display: none;
  top: 0;
  position: absolute;
  left: 100%;
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: solid 5px #1da182;
  border-radius: 4px;
  width: 250px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
}
.dropdown-submenu li {
  list-style-type: none;
}
.dropdown-submenu li a {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  white-space: nowrap;
  background: #ffffff;
  transition: all 0.5s ease;
}
.dropdown-submenu li a:hover {
  color: #262626;
  font-weight: 700;
}
.dropdown-menu {
  display: none;
}
@media (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block !important;
  }
}
.dropdown1 {
  position: relative;
}
@media (min-width: 768px) {
  .dropdown1:hover .dropdown-submenu {
    display: block !important;
  }
}
.aux-efeito-seta .fa {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media (min-width: 992px) {
  .aux-efeito-seta:hover .fa {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media (max-width: 991px) {
  .aux-efeito-seta:focus .fa {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.classe-script {
  display: block !important;
  width: 100% !important;
  position: static !important;
  float: none !important;
}

.menu-dropdown-padrao-acic {
  position: relative;
}

.dropdown-menu-padrao-acic {
  display: none;
  position: absolute;
  right: 0;
  left: 100%;
  top: 0;
  border-bottom: 5px solid #707070 !important;
  border-radius: 0;
}

.menu-dropdown-padrao-acic:hover .dropdown-menu-padrao-acic,
.menu-dropdown-padrao-acic:focus .dropdown-menu-padrao-acic {
  display: block;
}
