.btn-login, .nav-item, .navbar, .navbar-div, .search-div {
  display: flex;
}

.navbar {
  padding: 12px 32px;
  margin: 8px 32px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 18px !important;
  background: var(--black, #131313);
  --bs-navbar-brand-padding-y: 0 !important;
  gap: 62px;
  box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
}

.nav-search, .nav-search:focus {
  background-color: #e7e7e7;
}

@font-face {
  font-family: 'Schibsted Grotesk';
  src: url({{ asset('assets/font/Jqz55SSPQuCQF3t8uOwiUL-taUTtap9Gayo.woff2') }}) format('woff2');
  font-weight: 400 900;
  font-style: normal, italic;
  font-display: swap;
}

.navbar-brand {
  margin-right: auto;
  flex-shrink: 0;  
}


.navbar-brand img {
  max-width: 200px !important; /* Limite máximo de largura */
  max-height: 45px !important; /* Limite máximo de altura */
  width: auto; /* Para manter a proporção */
  height: auto; /* Para manter a proporção */
}

.nav-menu {
  width: 100%;
}

.search-div {
  border-radius: 32px !important;
  background: #e7e7e7;
  padding: 6px 16px;
  align-items: center;
  height: 42px;
  max-width: 600px;
  position: relative;
  box-shadow: 0 12px 24px 0 rgba(19, 19, 19, .1);
}

.nav-search {
  box-shadow: none !important;
  border: none !important;
  color: #414141;
  font-size: 15px !important;
  font-weight: 600 !important;
}

.nav-h11, .nav-signUp {
  text-decoration: none !important;
  font-size: 15px;
}

.nav-signUp:hover {
  background: #fff !important;
  border: 2px solid #fff !important;
  color: #e7aa2d !important;
  transition: 0.3s ease-in-out;
}

.navbar-link {
  gap: 32px;
  height: 37.2px;
}

.dropdown-menu-navs {
  margin-top: 35px !important;
}

.navbar-div {
  align-items: center;
  gap: 32px;
}

.nav-h11 {
  margin: auto;
  color: #e6e7e7 !important;
  font-weight: 400;
}

.nav-h11:hover {
  color: #fff !important;
}

.nav-signUp {
  color: #e7aa2d !important;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 999px !important;
  border: 2px solid #e7aa2d !important;
}

.border-line {
  width: 2px;
  height: 24px;
  flex-shrink: 0;
  border: 1px solid var(--light-grey, #9e9e9e);
}

.btn-login {
  padding: 8px 18px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 32px !important;
  border: 1px solid #1368a6 !important;
  background: #1368a6 !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  transition: .5s ease-in-out;
}

.cookies, .nav-humburger-btn, .nav-search-btn, .search-div-2, .small-screen {
  display: none;
}

.User-dropdown-name, .user-dropdown-item {
  color: #131313 !important;
  font-size: 14px;
  text-decoration: none !important;
}

.btn-login:hover {
  transition: .5s ease-in-out;
  background: #fff !important;
  color: #1681c2 !important;
}

.offcanvas-header {
  max-height: 72px;
}

.offcanvas-header .btn-close {
  width: 42px;
  height: 42px;
  padding: 0 !important;
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

.offcanvas {
  background-color: #131313 !important;
}

.dropdown-toggle::after {
  display: none !important;
}

.user-link {
  border-radius: 8px !important;
}

.preview-4, .user-dropdown-img {
  border-radius: 50% !important;
  aspect-ratio: 1/1;
}

.user-link:focus {
  background-color: #f4f4f4 !important;
}

.user-dropdown-img {
  margin: auto;
  width: 100px;
  background: #f4f4f4 !important;
}

.preview-4 {
  width: 36px;
  background: #fff !important;
}

#UserProfile {
  cursor: pointer !important;
}

.user-dropdown-menu {
  border-radius: 14px !important;
  max-width: 225px;
  left: -145px !important;
  margin-top: 25px !important;
  background-color: #fff !important;
  border: none !important;
  padding: 20px !important;
  box-shadow: rgba(14, 30, 37, .12) 0 2px 4px 0, rgba(14, 30, 37, .32) 0 2px 16px 0;
}

.dropdown-item-divider {
  width: 100%;
  border-bottom: 1px solid #131313 !important;
  margin: 10px 0;
}

.User-dropdown-name {
  margin-top: 10px;
  text-align: center;
  font-weight: 600;
}

.dropdown-item {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color:#e6e7e7 !important;
}


.user-dropdown-item {
  margin-left: 20px;
  font-weight: 400;
}

.search-div-2 {
  border-radius: 32px !important;
  background: #e7e7e7 !important;
  padding: 6px 16px;
  align-items: center;
  height: 42px;
  max-width: 600px;
  position: relative;
  box-shadow: 0 12px 24px 0 rgba(19, 19, 19, .1);
}

.cookies-btn-txt {
  color: var(--white, #fff);
  font-size: 14px;
  font-weight: 400;
}

.cookies-btn {
  border-radius: 12px !important;
  background: #1368a6;
  padding: 5px 20px;
  cursor: pointer;
}

.cookies-description {
  color: #131313;
  font-size: 12px;
  font-weight: 400;
}

.cookies-title {
  color: #131313;
  font-size: 16px;
  font-weight: 700;
}

.cookies {
  position: fixed;
  bottom: 5%;
  right: 32px;
  padding: 4px;
  background: #131313;
  border-radius: 12px !important;
  background: linear-gradient(90deg, #1681c2 0, #e7aa2d 100%);
  box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
}

.cookies-container {
  padding: 10px;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 8px !important;
  box-shadow: 0 4px 24px 8px rgba(0, 0, 0, .25);
}

.dropdown-suggestions {
  position: absolute;
  border: 1px solid #ccc;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  z-index: -1;
  left: 0;
  top: 50%;
  display: none;
  padding-top: 32px;
  border-radius: 0 0 22px 22px !important;
  background: #e6e7e7;
  box-shadow: 0 12px 24px 0 rgba(19, 19, 19, .1);
}

.dropdown-suggestions div {
  padding: 12px 16px;
  cursor: pointer;
}

.dropdown-suggestions div:hover {
  background-color: #f1f1f1;
  background: var(--white, #fff);
}

.user-dropdown-items {
  text-decoration: none !important;
}

.preloader-content-text {
  color: #fff;
  font-size: 160px;
  font-weight: 700;
  line-height: 180px;
}

.i, .i:before {
  font-weight: 700 !important;
}

.preloader-content-text span {
  color: #1681c2;
  font-size: 160px;
  font-weight: 400;
  line-height: 180px;
}

.i {
  color: #e7aa2d !important;
  position: relative;
}

.footer-credits, .footer-nav-link {
  font-weight: 400;
  color: rgba(255, 255, 255, .7) !important;
}

.i:before {
  content: "ı";
  position: absolute;
  color: #fff;
}

.navbar-toggler {
  border: none;
  cursor: pointer;
  height: 20px;
  margin: auto;
  padding: 0;
}

.toggler-icon {
  width: 30px;
  height: 3px;
  background-color: rgba(255, 255, 255, .7) !important;
  display: block;
  transition: .2s;
}

.middle-bar {
  margin: 5px auto;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar, .offcanvas-backdrop.show {
  opacity: 0;
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .bottom-bar, .navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggler.collapsed .toggler-icon {
  background-color: #e6e7e7 !important;
}

@media (max-width: 1700px) {
  .navbar {
    gap: 62px;
    gap: 32px;
  }
}

@media (max-width: 1500px) {
  .navbar-link {
    gap: 20px;
  }
}

@media (max-width: 1439px) {
  .nav-menu {
    width: auto;
  }

  .navbar-div {
    display: none !important;
  }

  .navbar-toggler {
    display: block !important;
  }

  .navbar {
    margin: 0 !important;
    padding: 12px 20px !important;
    border-radius: 0 !important;
  }

  .navbar-brand {
    width: 190.435px !important;
    height: 40px !important;
  }

  .navbar-brand svg {
    width: 100% !important;
  }

  .nav-search-btn {
    margin-right: 16px;
  }

  .nav-humburger-btn {
    width: 42px;
    height: 42px;
    padding-top: 6px;
    display: block;
  }

  .nav-search-btn img {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
  }

  .search-div {
    width: auto !important;
    margin-right: 20px;
  }

  .nav-menu {
    display: flex;
  }
}

@media (max-width: 768px) {
  .cookies-container {
    flex-direction: column;
  }
}

@media (max-width: 650px) {
  .search-div {
    display: none;
  }

  .search-div-2 {
    display: flex;
  }

  .navbar {
    height: 64px;
  }

  .nav-search-btn {
    opacity: 0;
    margin-right: 16px;
    display: block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
  }
}

.footer-credits {
  font-size: 12px;
  padding-top: 10px;
}

.footer-socials-logo {
  margin-right: 36px;
}

.footer-logo {
  margin-bottom: 51px;
}

.footer-nav {
  padding-bottom: 10px;
}

.footer-nav-link {
  margin-bottom: 8px;
  font-size: 15px;
  text-decoration-line: none !important;
  display: block;
}
.footer-nav-link:hover {
  color: rgba(255, 255, 255) !important;
}

.footer-nav-title {
  color: rgba(255, 255, 255, .7) !important;
  margin-bottom: 29px;
  font-size: 18px;
  font-weight: 700;
}

.disclaimer-text {
  margin-top: 20px;
  text-align: justify;
  color: rgba(255, 255, 255, .7) !important;
  font-size: 12px;
  font-weight: 400;
}

.footer-section {
  width: 100%;
  /*position: fixed;*/
  padding-left: 46px;
  padding-right: 46px;
  padding-bottom: 27px;
  left: 0;
  bottom: 0;
}

.collapse .card-body, .collapsing .card-body {
  border: none;
  background: #131313 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (max-width: 1199px) {
  .footer-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-socials {
    display: none !important;
  }

  .small-screen {
    display: flex;
  }
}

@media (max-width: 750px) {
  .cookies {
    display: none !important;
  }
}

@media (max-width: 525px) {
  .footer-section {
    padding-left: 12px !important;
    padding-bottom: 12px !important;
    padding-right: 12px !important;
  }
}

.navbar-dropdown {
  cursor: default;
  pointer-events: none;
}



