:root {
  --primary-color: #705400;
  --secondary-color: #a87d0d;
  --decor-color: #c8a345;
}

header h1 a {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
}
.container {
  max-width: 1170px;
}
.skip-link {
  display: none !important;
}
.skip-link:focus {
  top: 0;
}
header div.logo a,
header h2.logo a,
header h2.logo,
header h2.logo a,
div.menuMobile ul.redesSociais li a,
header a.btMn,
.windowMobile ul.redesSociais li a,
.bar-top-header h2.logo a,
div.bar-top-header a.btLogo {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
}
#bar-top-header {
  position: fixed;
  z-index: 99999;
  display: block;
  width: 100%;
  padding: 5px 0;
  min-height: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 21px -10px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 10px 21px -10px rgba(0, 0, 0, 0.35);
  box-shadow: 0 10px 21px -10px rgba(0, 0, 0, 0.35);
}
#bar-top-header button {
  width: 20px;
  height: 20px;
  margin: 0 0 0 10px;
}
#bar-top-header button.card-seguro {
  background: url(../img/bg/ic_1.webp) no-repeat center / contain;
}
#bar-top-header button.card-contato {
  background: url(../img/bg/ic_2.webp) no-repeat center / contain;
}
#bar-top-header button.card-empresa {
  background: url(../img/bg/ic_3.webp) no-repeat center / contain;
}
#bar-top-header button.card-alto-contraste {
  background: url(../img/bg/ic_contraste.webp) no-repeat center / contain;
}
#bar-top-header button:first-child {
  margin-left: 10px;
}
#header {
  margin-top: 50px;
  min-height: 90px;
  background: #fff;
}
#header a {
  color: #727272;
  font-size: 14px;
  font-family: "Inter", sans-serif;
}
#header .row {
  min-height: 90px;
}
#header .navbar-brand {
  background: url(../img/bg/galvaoesilva_logotipo.svg) no-repeat;
  background-size: auto;
  background-size: contain;
  width: 150px;
  height: 40px;
  margin: 0;
  margin-top: 0px;
  padding: 0;
  margin-top: 10px;
  text-indent: -9999px;
  overflow: hidden;
}
#header .navbar-brand {
  display: block;
  width: 224px;
  height: 50px;
}
#header .navbar.open .dropdown-toggle {
  right: 10px !important;
}
#header .navbar-nav {
  gap: 35px;
}
#header .nav-item {
  height: 90px;
  flex-wrap: wrap;
  justify-content: center;
  cursor: pointer;
}
#header .fone-header a {
  font-family: "Inter", sans-serif, sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: var(--primary-color);
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid var(--primary-color);
  transition: 0.3s;
  width: 180px;
  box-shadow: 0 0 0 0 #000;
  animation: pulse-white-bc 3s ease-in-out infinite;
}
#header .fone-header a:hover {
  color: var(--decor-color);
  font-weight: bold;
}
#header .fone-header a:hover,
#header .fone-header a:focus-visible,
#header .nav-brand:focus-visible {
  color: var(--primary-color);
  box-shadow: 0 3px 16px -4px #d0a145;
}
#header .fone-header .iconFone {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
#header .dropdown-toggle:focus-visible {
  outline: none;
}
#header li:hover .dropdown-toggle::before {
  transform: rotate(-90deg) !important;
}
#header .dropdown-toggle[aria-expanded="false"]::before {
  transform: rotate(0deg) !important;
}
#header .dropdown-toggle[aria-expanded="true"]::before {
  transform: rotate(180deg);
  background-position: -11px -48px;
}
#header .dropdown-toggle::after {
  display: none;
}
#header .dropdown-toggle::before {
  content: "";
  background: url(../img/bg/bg_icones.webp) no-repeat;
  background-position: -11px -45px;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  display: table-cell;
  transition: all 0.1s;
}
#header .dropdown:hover .dropdown-toggle::before {
  transform: rotate(180deg);
}
#header .nav-item.nav-sub:hover .dropdown-toggle::before {
  transform: rotate(-180deg);
}
#header .submenu {
  display: none;
  position: absolute;
  left: 0;
  top: 84px;
  z-index: 99999;
  background: #fff;
  margin: 0;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 15px;
  border: 0;
}
#header .navbar,
#header .nav-item,
#header .nav-link {
  position: inherit;
  align-items: center;
  display: flex;
}
#header .nav-link {
  display: flex;
  padding: 0 var(--bs-navbar-nav-link-padding-x);
  height: 60px;
  width: 100%;
  position: relative;
}
#header .dropdown-toggle {
  position: absolute;
  right: -10px;
  margin: 0;
  padding: 0;
  top: 22px;
}
#header .nav-link:hover,
#header .submenu ul li a:hover {
  color: var(--primary-color);
}
#header .submenu.show {
  display: block !important;
}
#header .submenu ul li a {
  padding: 8px 15px;
  display: block;
}
#header .submenu ul li a:before {
  content: "";
  display: inline-block;
  background: url(../img/bg/bg_mn_seta.png) no-repeat;
  background-position: left center;
  transition: all 0.3s;
  width: 5px;
  height: 13px;
  margin-right: 10px;
}
#header .submenu ul li a:hover:before {
  transition: all 0.3s;
  margin-left: 5px;
}
#header .footer-card {
  background: #23201a;
  display: flex;
  padding: 13px 20px;
  text-decoration: none;
  color: #fafafb;
  text-align: left;
  width: 100%;
  margin: 10px auto;
  border-radius: 4px;
}
#header .footer-card .card-info .titulo {
  font-family: "Poppins", sans-serif, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  margin: 0 auto;
}
#header .footer-card .card-info .texto {
  font-size: 12px;
  text-transform: none;
  margin-top: 5px;
  margin-bottom: 0;
  color: #a7a6a5;
  font-family: "Poppins", sans-serif, sans-serif;
  font-weight: 400;
}
#header .footer-card:before {
  background: url(../img/bg/bg_icones.webp) no-repeat;
  content: "";
  width: 38px;
  height: 38px;
  margin: 5px 20px 0 5px;
  display: block;
}
#header .card-seguro::before {
  background-position: 0 -1919px;
}
#header .card-contato::before {
  background-position: 0 -2037px;
}
#header .card-empresa::before {
  background-position: 0 -2132px;
}
#header .info-menu-mobile {
  display: none;
}
#header .bts-ligar-whats {
  display: flex;
  gap: 17px;
}
#header .bts-ligar-whats a {
  background: #fff;
  width: 50%;
  padding: 12px;
  color: var(--primary-color);
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
}
#header .fone-menu-mobile.telefone .iconFone {
  width: 30px;
  height: 30px;
  margin-right: 9px;
}
#header .iconWhatsapp {
  background: url(../img/bg/whatsapp.webp) no-repeat;
  width: 30px;
  height: 30px;
  background-size: contain;
  margin-right: 9px;
}
#header .navbar.open {
  transform: translateX(100%);
  overflow: auto;
  padding: 20px 10px 5px !important;
  height: auto !important;
}
#header .navbar.open .navbar-nav .nav-item {
  height: auto;
}
#header .navbar.open .col-lg-4 {
  width: 100%;
}
#header .navbar:not(.open) .nav-item.nav-sub:hover .submenu {
  display: block;
}
#header .navbar.open .dropdown-menu {
  position: relative;
  top: initial;
  overflow: auto;
  overflow-x: none;
  width: 90%;
  max-height: 0 !important;
  transition: max-height 0.5s ease-in-out;
  display: initial;
  padding: 0;
  margin: 0 auto;
  height: 49vh;
  background: none !important;
}
#header .navbar.open .submenu ul li a {
  color: #eee;
}
#header .navbar.open .submenu ul li a:hover {
  color: var(--decor-color);
}
#header .navbar.open .dropdown-menu.show {
  max-height: 500px !important;
  background: none;
  overflow-x: hidden;
}
#header .navbar.open .dropdown-menu {
  scrollbar-width: thin;
  scrollbar-color: var(--secondary-color) var(--decor-color);
}
#header .navbar.open .dropdown-menu::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
#header .navbar.open .dropdown-menu::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: var(--decor-color);
}
#header .navbar.open .dropdown-menu::-webkit-scrollbar-track:hover {
  background-color: var(--decor-color);
}
#header .navbar.open .dropdown-menu::-webkit-scrollbar-track:active {
  background-color: var(--decor-color);
}
#header .navbar.open .dropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: var(--secondary-color);
}
#header .navbar.open .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background-color: var(--secondary-color);
}
#header .navbar.open .dropdown-menu::-webkit-scrollbar-thumb:active {
  background-color: var(--secondary-color);
}
div.bar-top-header div.row {
  position: relative;
}
div.bar-top-header a.btLogo {
  display: none;
}
div.bar-top-header div.aviso {
  position: absolute;
  right: 0;
  top: 0;
}
div.bar-top-header div.aviso span.atendimento {
  text-align: right;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: var(--primary-color);
  width: 100%;
  display: flex;
  align-items: center;
  border: none;
  padding: 0;
  padding-top: 0px;
  padding-top: 5px;
  display: block;
}
div.bar-top-header .ferramentas span.mob {
  display: none !important;
  float: left;
  text-align: right;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: var(--primary-color);
  width: 100%;
  display: flex;
  align-items: center;
  border: none;
  padding: 0;
  padding-top: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-top: 0px;
  padding-top: 5px;
  display: block;
  padding-right: 10px;
  font-weight: normal;
}
div.bar-top-header.fixed div.aviso {
  display: none;
}
div.bar-top-header div.idiomas {
  min-width: 80px;
  min-height: 30px;
}
div.bar-top-header div.idiomas img {
  height: 20px;
}
div.bar-top-header.fixed a.btLogo {
  position: absolute;
  left: 50%;
  top: -6px;
  width: 126px;
  height: 40px;
  margin-left: -62px;
  display: block;
  z-index: 9999;
}
div.bar-top-header .footer-card {
  text-decoration: none;
  text-align: -webkit-auto;
  float: left;
}
div.bar-top-header.fixed .botoes {
  display: none;
}
div.bar-top-header .botoes {
  display: flex;
  padding: 10px 0;
  align-items: end;
}
div.bar-top-header div.idiomas {
  float: right;
  margin-left: 10px;
  margin-top: 0;
}
#header .navbar.open {
  position: fixed !important;
  left: 0;
  z-index: 99999;
  width: 350px;
  height: 100%;
  top: 50px;
  background: #4a453b;
  transform: initial;
}
#header .navbar.open .navbar-nav {
  flex-direction: column;
  background: #23201a;
  width: 100%;
  gap: 0;
  border-radius: 8px;
}
#header .navbar.open .navbar-nav .nav-item {
  height: auto;
  border-bottom: 1px solid #4f4f4f;
  justify-content: initial;
  width: 100%;
  justify-content: space-between;
  position: relative;
}
#header .navbar.open .nav-link {
  color: #fff;
  padding: 15px;
}
#header .navbar.open .info-menu-mobile {
  display: block;
}
#header .navbar.open .navbar-collapse {
  display: block !important;
}
#intro .card-form .btn {
  animation: 5.6s infinite brilho;
  width: 100%;
  padding: 20px 0;
  margin-top: 20px;
  transition: all 0.3s;
  font-family: "Inter", sans-serif, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  background-image: linear-gradient(45deg, #219c6b, #176729, #219c6b, #176729);
  border: none;
  border-radius: 12px;
  background-size: 400% 200%;
  transition: background 1.6s;
}

@media screen and (min-width: 1200px) {
  #header .navbar.open .bts-ligar-whats,
  #header .navbar.open .telefone {
    display: none;
  }
}
@media (max-width: 540px) {
  div.bar-top-header div.idiomas img {
    height: 10px;
  }
}
@media (max-width: 991px) {
  .bar-top-header.fixed p {
    margin-right: 0 !important;
    margin-top: -15px !important;
  }
  #header .info-menu-mobile {
    display: block;
  }
  #header .nav-link {
    display: inline-block;
  }
  #header .dropdown-toggle {
    display: inline-block;
  }
}
@media screen and (max-width: 991px) {
  section.noticias div.boxNoticias .row:last-of-type {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1199px) {
  .bar-top-header {
    display: block;
  }
  .bar-top-header .area a span {
    display: block;
  }
  div.bar-top-header .botoes {
    display: none;
  }
  header nav {
    display: none;
  }
  #header .fone-header {
    display: block;
  }
  #header .fone-header a {
    padding: 6px;
    font-size: 12px;
    width: auto;
    margin-left: 10px;
  }
  #header .fone-header .iconFone {
    margin-right: 5px;
  }
  .bar-top-header.fixed p a.url_fone_header {
    background: url(../img/bg/bg_telefone_mn.png) no-repeat;
    background-size: cover;
    width: 26px;
    height: 27px;
  }
}
@media screen and (max-width: 1199px) {
  #header .submenu {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    padding-left: 30px;
  }
  #header .navbar-nav {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1200px) {
  .navbar {
    width: 100% !important;
    left: 0;
    position: fixed !important;
    z-index: 99999999;
    top: 38px;
    height: 100%;
    background: #4a453b;
    left: -100%;
    transition: transform 0.3s ease-in-out;
    align-items: baseline !important;
    padding: 20px 10px 5px !important;
  }
}
.modal .modal-header .modal-title::before {
  background: url(../img/bg/bg_icones.webp) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  content: "";
  width: 38px;
  height: 38px;
  margin: 0 10px 0 0;
  display: block;
  float: left;
}
.modal#safe .modal-header .modal-title::before {
  background-position: 0 -1917px;
}
.modal .modal-header .close {
  color: #fff;
  background: none;
  font-size: 36px;
}
.modal .modal-header .close:hover,
.modal .modal-header .close:focus {
  color: var(--decor-color);
}
.modal a.btn {
  background: var(--secondary-color);
  margin: 0 auto;
  text-align: center;
  font-family: mulish;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
}
.modal a.btn:hover {
  background-color: var(--primary-color);
}
.general,
.wrap {
  float: left;
  display: block;
  width: 100%;
}
.bar-top-header.fixed {
  background: url(../img/bg/galvaoesilva_logotipo.svg) no-repeat center center
    #fff;
  background-size: 130px auto;
}
.bar-top-header p {
  margin: 0;
  padding: 0;
  float: right;
  display: none;
  opacity: 0;
  transition: opacity 1s;
}
.bar-top-header.fixed p {
  display: block;
  opacity: 1;
  transition: opacity 1s;
}
.bar-top-header p a {
  margin-top: 6px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: var(--primary-color);
  width: 100%;
  display: flex;
  align-items: center;
  border: none;
  padding: 0;
  padding-top: 5px;
  border: 1px solid #705400;
  padding: 4px 10px 4px 30px;
  background: url(../img/bg/bg_icones.webp) no-repeat 6px 3px;
  background-size: 64px;
  animation: pulse 2s infinite;
  box-shadow: 0 0 0 0 #000;
  animation: pulse-white-bc 3s ease-in-out infinite;
}
.bar-top-header p a:hover,
.bar-top-header p a:active,
.bar-top-header p a focus {
  color: var(--primary-color);
  border: 1px solid #705400;
}
.bar-top-header .agendar-reuniao {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 32px;
  width: 160px;
  background-color: #3ad578;
  border-radius: 4px;
  font-family: "Montserrat";
  font-weight: 400;
  float: right;
}
.bar-top-header .agendar-reuniao:hover {
  text-decoration: none;
}
.bar-top-header .agendar-reuniao .bt {
  color: #fff;
  text-align: center;
  width: 100%;
}
.bar-top-header .agendar-reuniao .arrow-right {
  border-radius: 0 4px 4px 0;
  height: 100%;
  padding: 0 14px;
  margin: 0;
  background-position: center;
  background-size: 11px;
  background-color: #2ec66b;
  transition: all 0.2s;
  background: url(../img/bg/sprite-setas.webp) no-repeat;
  background-size: 235%;
}
.bar-top-header .agendar-reuniao:hover .arrow-right {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
.bar-top-header .area {
  margin: auto 0 0 0;
  float: left;
}
.bar-top-header .area a {
  font-size: 13px;
  color: #c4a865;
  line-height: 25px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.bar-top-header .area a span {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.bar-top-header .area a .icon {
  width: 24px;
  height: 24px;
  display: table-cell;
  margin-right: 0px;
  background: url(../img/bg/bg_ic_2.png) no-repeat;
}
.bar-top-header div.idiomas a {
  margin-left: 5px;
}
.bar-top-header div.idiomas .icons {
  float: left;
  display: block;
  margin-right: 8px;
  width: 24px;
  height: 24px;
}
.bar-top-header div.idiomas .b1 {
  background: url(../img/bg/ic_bandeira_1.png) no-repeat;
}
.bar-top-header div.idiomas .b2 {
  background: url(../img/bg/ic_bandeira_2.png) no-repeat;
}
@media (max-width: 540px) {
  div.bar-top-header div.idiomas img {
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .bar-top-header.fixed {
    background-position: left 62px center;
  }
  div.bar-top-header.fixed a.btLogo {
    left: 126px;
  }
  #header .navbar.open {
    top: 50px;
    height: 100% !important;
  }
  #header .navbar.open .dropdown-menu {
    margin: 0;
    width: 100%;
    height: auto;
    background: none;
  }
}
@media screen and (max-width: 767.5px) {
  div.bar-top-header .ferramentas span.mob {
    display: none !important;
    width: auto;
  }
  div.bar-top-header .url_fone_header {
    display: block !important;
  }
}
header .nav-link:focus-visible,
header .nav-item button:focus-visible,
header .navbar-brand:focus-visible,
#header .submenu ul li a:focus-visible,
#bar-top-header button:focus-visible {
  outline: 1px solid var(--primary-color) !important;
  box-shadow: 0 3px 16px -4px #d0a145;
  border-radius: 5px;
}
@media screen and (max-width: 767.5px) {
  div.bar-top-header .ferramentas span.mob {
    display: none !important;
    width: auto;
  }
}
@media screen and (max-width: 767.5px) {
  div.bar-top-header .ferramentas span.mob {
    display: none !important;
    width: auto;
  }
}
@media screen and (max-width: 995px) {
  div.bar-top-header.fixed div.idiomas {
    float: right;
    margin-left: 10px;
    position: absolute;
    right: 0;
    top: -20px;
    display: none;
  }
}
@media screen and (max-width: 767.5px) {
  div.bar-top-header.fixed div.idiomas {
    float: right;
    margin-left: 10px;
    position: absolute;
    right: 0;
    top: -20px;
    display: none;
  }
  div.bar-top-header .ferramentas span.mob {
    display: none !important;
    width: auto;
  }
}
.bar--wpp-orusflow .header {
  margin-bottom: 14px;
}
.bar--wpp-orusflow .header,
.bar--wpp-orusflow .header span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
.bar--wpp-orusflow .header span i.ic-wpp {
  background: url(../img/bg/whatsapp.webp);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  padding-right: 40px;
}
@media (max-width: 980px) {
  .footer-card.card-empresa {
    margin-bottom: 20px !important;
  }
  #bar-top-header .navbar-toggler {
    width: 48px;
    height: 20px;
    margin: 0 !important;
    padding: 0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding-top: 11px;
  }
  header a.btMn {
    background: url(../img/bg/bg_mn.webp) no-repeat;
    width: 27px;
    height: 22px;
    float: right;
    display: block;
    margin-top: 15px;
  }
  div.menuMobile .submenu {
    display: none;
  }
  div.menuMobile ul.redesSociais {
    margin: 0 auto;
    padding: 0;
    display: table;
    list-style: none;
  }
  div.menuMobile ul.redesSociais li {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 30px;
  }
  div.menuMobile ul.redesSociais li a {
    width: 21px;
    height: 21px;
  }
  div.menuMobile ul.redesSociais li a.r1 {
    background-position: -3px -1699px;
  }
  div.menuMobile ul.redesSociais li a.r2 {
    background-position: -3px -1765px;
  }
  div.menuMobile ul.redesSociais li a.r3 {
    background-position: -3px -1841px;
  }
  .bar-top-header .area a {
    float: right;
  }
}
@media screen and (max-width: 991px) {
  section.noticias div.boxNoticias .row:last- {
    margin: 0 auto;
  }
  #header .nav-link {
    font-family: mulish;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-align: left;
    display: inline-table;
    padding: 10px 0;
    line-height: 38px;
    font-weight: 600;
  }
  #header .nav-item {
    height: auto;
    border-bottom: 1px solid #4f4f4f;
    justify-content: initial;
    width: 100%;
    justify-content: space-between;
  }
  #header .nav-item:last-child {
    border: 0;
  }
  #header .navbar-nav {
    gap: 0;
    background: #23201a;
    border-radius: 4px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 1199px) {
  .bar-top-header {
    display: block;
  }
  .bar-top-header .area a span {
    display: block;
  }
  .bar-top-header .botoes {
    display: none;
  }
  header nav {
    display: none;
  }
  header .fone-header {
    display: block;
  }
  header .fone-header a {
    padding: 6px;
    font-size: 13px;
    border: none;
  }
  header .fone-header .iconFone {
    margin-right: 5px;
  }
  .bar-top-header.fixed p a.url_fone_header {
    background: url(../img/bg/bg_telefone_mn.png) no-repeat;
    width: 154px;
    height: 27px;
    background-size: 21px;
    background-position: 6px;
    margin-top: 2px;
  }
}
@media screen and (max-width: 1200px) {
  #header .navbar-collapse.show .submenu {
    background: none !important;
  }
  #header .submenu ul li a {
    padding: 8px 15px 8px 30px;
    color: #eee;
  }
  #header .submenu ul {
    padding: 0;
  }
}
@media screen and (max-width: 980px) {
  #area-atuacao-wrapper .col-md-4 {
    padding: 0px !important;
  }
}
.burger-container {
  margin-top: 8px;
  z-index: 999999;
  display: inline-block;
  cursor: pointer;
  transform: rotate(0deg);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.burger-container #burger {
  width: 37px;
  height: 30px;
  display: block;
  margin-left: 0 !important;
  margin: -4px auto 0;
  top: 50%;
  background: none;
  background: url(../img/bg/bg_burger.png) no-repeat center center;
}
.menu-opened #burger {
  background: url(../img/bg/bg_burger_a.png) no-repeat center center;
}
@media screen and (min-width: 1199px) {
  .burger-container {
    display: none;
  }
  .fixed .burger-container {
    display: inline-block;
  }
}
.scroll .redesSociais {
  padding: 10px 48px 5px 48px;
}
ul.menu .grupo {
  padding: 0;
  margin: 0;
}
.submenu {
  padding: 0;
  margin: 0;
  display: none;
}
.submenu a {
  display: block !important;
}
ul.redesSociais {
  margin: 20px auto 20px auto;
  padding: 0;
  display: table;
  list-style: none;
}
ul.redesSociais li {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 15px 0 15px;
}
ul.redesSociais li a {
  display: block;
  width: 21px;
  height: 21px;
  background: url(../img/bg/bg_icones.webp) no-repeat;
}
ul.redesSociais li a.r1 {
  background-position: -3px -1699px;
}
ul.redesSociais li a.r2 {
  background-position: -3px -1765px;
}
ul.redesSociais li a.r3 {
  background-position: -3px -1841px;
}
.ferramentas {
  position: relative;
  display: none;
}
.bar-top-header div.idiomas {
  position: absolute;
  right: 0;
  top: 0;
}
.bar-top-header div.aviso span.atendimento {
  margin-left: -95px;
}
.bar-top-header.fixed p {
  margin-right: 90px;
}
.bar-top-header.fixed .ferramentas {
  display: block;
}

#modalVideo .modal-header .modal-title::before {
  display: none;
}