.logo-site {
  max-width: 180px;
}

.menu-cabecalho-container #menu {
  display: flex;
  gap: 30px;
}

/* Dropdown Button */
.dropbtn {
  color: #004571 !important;
  padding: 0 12px;
  height: auto;
  font-size: 16px;
  border: none;
}
.dropbtn:hover a {
  color: #004571;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  min-width: max-content;
  width: 100%;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
  background-color: #ffffff;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #d9d9d9;
}

.dropdown {
  z-index: 99;
}

ul#menuUL a {
  font-size: 15px;
  /* height: 76px; */
  display: flex;
  justify-content: space-between;
  padding: 23px 11px;
}

ul#menuUL ul.dropdown-content li.dropdown:has(ul) a {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;

  letter-spacing: -0.02em;

  color: #004571;

  opacity: 0.9;
}
ul#menuUL ul.dropdown-content  {
  width: inherit;
}
ul#menuUL ul.dropdown-content li.dropdown ul.dropdown-content li.dropdown a {
  font-family: "FS Emeric Core", sans-serif;
  font-style: normal;
  font-weight: 450;
  font-size: 14px;
  line-height: 120%;
  /* margin: 11px auto; */
  letter-spacing: -0.02em;
  color: #004571;
  opacity: 0.9;
}
ul#menuUL .dropdown .menu-item a {
  font-family: "FS Emeric Core", sans-serif;
  font-style: normal;
  font-weight: 450;
  font-size: 14px;
  line-height: 120%;

  letter-spacing: -0.02em;

  color: #004571;

  opacity: 0.9;
}

ul.sub-menu {
  padding: 0;
  flex-direction: column;
}

ul.sub-menu li a {
  min-width: max-content;
  width: auto;
}

ul#menuUL a.dropbtn {
  text-decoration: none;
  font-weight: 600;
}

nav.menuOrange {
  background: #e9e9e9;
}

#menuUL {
  display: flex;
  height: auto;
  margin: 0;
  padding: 0;
}

#menuID {
  display: flex;
  justify-content: space-between;
}

.menu-item,
.menu-item a {
  height: auto;
  align-items: center;
}

#menuMobileOC {
  max-width: 90%;
}

.contact-header span {
  font-size: 14px;
  color: #ff8b13;
  font-weight: 300;
}
.contact-header a {
  text-decoration: none;
  color: #004571;
}

.contact-header p {
  font-size: 20px;
  font-weight: bold;
  color: #004571;
  margin: 0;
  /* margin-bottom: 10px; */
  width: 182px;
}

.contact-header {
  min-width: 200px;
  line-height: 18px;
  text-align: center;
}

.barraac {
  height: 30px;
  background-color: #b5c8d6;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.barraac .contrastbutton {
  display: flex;
  align-items: center;
  gap: 5px;
}
.barraac .contrastbutton img {
  width: 12px;
}
.barraac #modalAcessibilityBox,
.barraac .toggle-contrast {
  background-color: transparent;
  color: #004571;
  border: none;
}

.a11y-responsive.ltr.right.a11y-toolbar-widget {
  width: auto;
  display: flex;
  justify-content: flex-end;
}

/* inicio css seach */

#searchDivHidding {
  display: none;
}

#seachHeader {
  border: 0 none;
  background: white;
  flex: 1;
  height: 74px;
  color: #707070;
  font-weight: 300;
  font-size: 24px;
  width: calc(100% - 70px);
  padding: 30px;
  margin-bottom: 10px;
}

.close-search {
  content: "";
  text-indent: -9999px;
  background: #f6f6f6 url(../img/close.png) no-repeat center center;
  color: #acc2c9;
  font-size: 50px;
  line-height: 84px;
  display: inline-block;
  float: right;
  width: 70px;
  height: 74px;
  text-align: center;
  margin-right: 0px;
  position: relative;
}
.close-search:hover {
  background: #f6f6f6 url(../img/close-hover.png) no-repeat center center;
}

a.search {
  content: "";
  text-indent: -9999px;
  width: 70px;
  float: right;
  background: #ff8b13 url(../img/ico-search-branco.png) no-repeat center center;
}

.mobileMenu a.search {
  content: "";
  text-indent: -9999px;
  width: 70px;
  float: right;
  background: url(../img/ico-search-xs.png) no-repeat center center;
}
a.search:hover {
  background: #e57200 url(../img/ico-search-branco.png) no-repeat center center;
}

/* fim css seach */

.offcanvas #menuUL {
  flex-direction: column;
}
.offcanvas .dropdown-content {
  position: relative !important;
}

.offcanvas .dropdown {
  position: relative;
  display: inline-block;
  min-width: 100%;
  width: 100%;
}

.dropdown-Mytoggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

@media screen and (max-width: 1200px) {
  .none-mobile {
    display: none;
  }
  /* .mobileMenu {
      display: block;
    } */
}

@media screen and (min-width: 1200px) {
  .none-desktop {
    display: none !important;
  }
}

.mobileMenu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
}

img.menu-icon {
  width: 50px;
}

a.offcanvas {
  align-content: center;
}

a.menu-icon-a {
  display: flex;
}

.formSearch {
  position: relative;
}
.formSearch input[type="submit"] {
  position: absolute;
  right: 70px;
  height: 74px;
  border: 0;
  padding: 0 20px;
}
.formSearch input[type="submit"]:hover {
  background: #f27e07a3;
  color: #fff;
}
