/* Navbar */

body {
  overflow-x: hidden;
}

.navbar {
  border-bottom: 4px solid #002b61;
  font-family: 'Roboto';
}

.clean-navbar .navbar-nav .nav-link {
  font-size: 1rem;
}

.clean-navbar .navbar-nav .nav-item {
  padding-right: 0.5rem;
}

.navbar-light .navbar-nav .nav-link {
  color: #002b61;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #d58500;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #d58500;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.dropdown-item.active, .dropdown-item:active {
  color: black;
  text-decoration: none;
  background-color: #e9ecef;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.2rem;
  }
}

.dropdown-menu {
  font-size: 1rem;
  background-color: #fff;
  border: 0px solid #002b61;
  border-radius: .25rem;
  text-transform: uppercase;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

@media (min-width: 992px) {
  .dropdown-menu {
    font-size: 1rem;
    background-color: #fff;
    border: 0px solid #002b61;
    border-bottom: 4px solid #002b61;
    border-radius: .25rem;
    text-transform: uppercase;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
  }
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1rem;
  clear: both;
  font-weight: 800;
  color: #002b61;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #d58500;
  background-color: var(--bs-dropdown-link-hover-bg);
}

.nav-icons_phone a {
  color: #002b61;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.nav-icons_phone a:hover {
  color: #d58500;
}

.nav-icons_phone a:hover, .nav-icons_phone:focus {
  color: #d58500;
}

.nav-icons i {
  font-size: 20px;
  color: #002b61;
  padding: 2px 0.15rem;
}

@media (max-width: 576px) {
  .logo img {
    max-width: 200px;
  }
}

/* Footer */

.page-footer {
  padding-top: 0px;
}

.page-footer_address a {
  color: #fff !important;
}

.page-footer_address a:hover {
  color: #d58500 !important;
}

.page-footer h1 {
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  padding-bottom: 40px;
}

.page-footer_address {
  color: #fefefe;
  font-size: 1.05rem;
}

@media (min-width: 320px) and (max-width:991px) {
  .page-footer_address {
    color: #fefefe;
    font-size: 1rem;
  }
}

.page-footer h5 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

@media (min-width: 320px) and (max-width:991px) {
  .page-footer h5 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}

.footer-copyright p {
  font-size: 1rem;
}

.page-footer.dark {
  background-color: #002b61;
}

.page-footer.dark .footer-copyright {
  background-color: #fca311;
  border-color: #fca311;
  margin-top: 80px;
}

.page-footer i {
  color: #fca311;
  font-size: 19px;
}

.page-footer.dark .footer-copyright p {
  color: #fefefe;
  font-weight: 600;
  text-transform: uppercase;
  font-size: .8rem;
}

.logo-footer {
  max-height: 150px;
}

/* Link Dev Rodapé */

.dev__link,
.dev__dir,
.dev__arco {
  color: white;
}

.dev__link .dev__arco:hover {
  color: #002b61;
}

.dev__link .dev__arco:hover .dev__logo svg {
  filter: brightness(1);
}

.dev__link .dev__logo svg {
  filter: brightness(100);
  width: 22px;
  height: 22px;
  margin-left: 5px;
}

.dev__link .dev__logo:hover svg {
  filter: brightness(1);
}

.dev__link .dev__logo:hover .dev__arco {
  color: #f9a13f;
}

/* FIm Link Dev */