.mb-4-5 {
  margin-bottom: 2.2rem !important;
}
nav {
  font-family: "Public Sans", sans-serif;
  font-weight: 500;
  max-width: 1450px;
  margin: auto;
}

.xxss-navmenu {
  min-height: 150px;
}

.nav-link {
  color: black !important;
  text-decoration: none !important;
  font-size: 21px;
  font-weight: 300;
}

.nav-link:hover {
  color: rgb(215, 215, 215) !important;
}

.nav-item.active > .nav-link {
  color: rgb(215, 215, 215) !important;
}

.nav .custom-hr {
  margin-top: 5px;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.image-logo {
  /* max-width: 500px; */
  max-width: 281px;
  height: auto;
}

#social_links a {
  color: inherit;
  margin-right: 2px;
  transition: color 0.3s ease-in-out;
}

#social_links a:hover {
  color: rgb(215, 215, 215) !important;
}

#languages a {
  text-decoration: none;
  font-weight: bold;
  color: #000;
}

#languages a:hover {
  color: rgb(215, 215, 215) !important;
}

.language_active {
  opacity: 0.5;
}

nav ul {
  padding: 0;
  list-style: none;
}

nav ul li {
  /* padding: 10px; */
  text-align: center;
}

nav ul li a {
  font-size: 0.9em;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}

nav ul li a:hover {
  color: #d20a11;
}

/* Ajuste responsive */

@media screen and (max-width: 1070px) {
  .col-custom-logo {
    width: 28% !important;
    flex: 0 0 28% !important;
    max-width: 28% !important;
  }

  .col-custom-nav {
    width: 72% !important;
    flex: 0 0 72% !important;
    max-width: 72% !important;
  }
}

@media screen and (max-width: 992px) {
  .col-custom-logo {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .col-custom-nav {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-top: 2.5rem;
  }

  .logo-align {
    text-align: center !important;
  }

  .xxss-navmenu {
    display: flex !important;
    align-items: center !important;
    min-height: 120px;
  }

  #languages {
    text-align: center !important;
  }
}

@media screen and (max-width: 802px) {
  #languages,
  #social_links {
    /* font-size: 0.8em; */
    width: 100%;
    text-align: center !important;
  }
  nav {
    height: auto;
  }
  .d-flex {
    /* margin-bottom: 20px; */
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  #languages,
  #social_links {
    text-align: center;
    font-size: 1em;
  }
}

@media (min-width: 992px) {
  .nav-menu {
    margin-left: 125px;
  }
}

@media (max-width: 620px) {
  .image-logo {
    max-width: 200px;
  }

  .nav-menu ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }

  .nav-menu ul li {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 290px) {
  .image-logo {
    max-width: 190px;
  }
}
