/* Navegação */

header{
    background-color: #181A1B;
    color: white;
}

.container__navbar {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    padding: 4px;
    width: 82%; 
    margin: 0 auto; 
}

.navbar_logo {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    
}

#logo { 
    width: 85px;
    height: 80px;
    border-radius: 1rem;
    transform: translateX(calc(-50% - 225px));
}

#logo1 {
    display: flex;
    width: 20%;
    height: 100%;
    margin-right: 200px 
}

.navbar_links {
    display: flex;
    left: 50%; 
    transform: translateX(-50%); 
}

.navbar_links > a {
    padding: 30px;
    font-weight: 500;
    text-decoration: none;
    color: white;
}

#doe{
    padding: 30px;
    background-color: blue;
}

.nav-item-doe{
    background-color: #191EEC;
}

nav{
    position: relative;
    z-index: 1030;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav ul {
    list-style: none;
    padding: 10px;
}

nav ul li {
    display: inline;
    margin: 0 15px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

@media (max-width: 991.98px) {
  #logo1 {
    display: flex;
    width: 30%;
    height: 100%;
    margin-right: 73px
}

  #logo { 
    width: 85px;
    height: 80px;
    border-radius: 1rem;
    transform: none;
}

  .navbar-toggler {
    margin-left: auto;
  }

  .navbar-nav{
    background-color: #181A1B;
    width: 100%;
  }

  .collapse.navbar-collapse.show {
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    z-index: 1040;
    transition: none;
    min-height: 215px; 
  }

}

.dropdown-menu .dropdown-item {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}

/* Navegação */

/* Aplica a fonte Bebas Neue aos títulos */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Bebas Neue', sans-serif;
    caret-color: transparent;
}

/* Aplica a fonte Jost ao restante do texto */
body, p, .navbar, .carousel-caption {
    font-family: 'Jost', sans-serif;
    caret-color: transparent;
}



/* qrcode */

.container__qrcode{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    width: 50%;
}

.container__qrcode > h1{
    margin-top: 20px;
    font-size: 100px;
}

.container__qrcode > p{
   text-align: center;
   font-size: 20px;
  
}

.qrcode_apoiadores {
    display: flex;
    gap: 10px; 
    margin-top: 50px;
    margin-bottom: 50px;
    border: 2px solid black;
    padding: 15px;
  }
  
  .qrcode_apoiadores > img {
    width: 250px;
    height: 250px;
    object-fit: contain;
  }

/* qrcode */

.hero{
    position: relative;
    height: 400px;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/bike.png);
  }

  .overlay{
    position: absolute;
    top: 0;
    left: 0; 
    width: 100%;
    height: 100%; 
    display: flex;
    align-items: center; 
    justify-content: center; 
    text-align: center;
    color: #191EEC;
  }

  .overlay > h1{
    color: blue;
  font-weight: bold;
  text-shadow: 2px 2px 4px black;
font-size: 150px;
  }

  .container__qrcode > h1{
    
    color: blue;
    font-weight: bold;
    text-shadow: 2px 2px 4px black;
}