/* 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%;
}

.navbar_links {
    display: flex;
    position: absolute; 
    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{
    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;
}

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

/* Navegação */

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;
}

/*  conteúdo  */
.hero {
    
    height: 400px;
    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 {
    
    top: 0;
    left: 0; 
    width: 100%;
    height: 100%; 
    display: flex;
    align-items: center; 
    justify-content: center; 
    text-align: center;
    color: #191EEC;
  }

  /* torry */

  .hero_torry{
    height: 400px;
    background-size: cover;
    background-position: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/overlay_torry.png);
  }

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

  .text-box_torry {
    position: absolute;
    top: -70px; 
    left: 50%;
    transform: translateX(-50%);
    background: #f0f8f0;
    padding: 45px;
    text-align: justify;
    width: 60%;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    z-index: 2;
    border-radius: 8px;
  }

  .text-box_torry > p{
    font-size: 22px;
  }

  .content-wrapper_torry {
    background-color: #191EEC; 
    position: relative;
    z-index: 1;
    padding-top: 150px; 
    min-height: 785px;
  }

  .overlay > #torry{
    max-width: 10%;
    width: 100%;
  }

  .overlay_torry > img{
    max-width: 10%;
    width: 100%;
  }

   /* torry */

   /* gibis*/

  .hero_gibis{
      height: 400px;
      background-size: cover;
      background-position: center;
      background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/overlay_gibis.jpg);
  }

   .overlay > #gibis{
    max-width: 25%;
    width: 100%;
  }

  .content-wrapper_gibis{
    background-color: #191EEC; 
    position: relative;
    z-index: 1;
    padding-top: 150px; 
    min-height: 453px;
  }


/* gibis*/

/* geloteca */

.overlay > #geloteca{
    max-width: 12%;
    width: 100%;
  }

  .hero_geloteca{
    
    height: 400px;
    background-size: cover;
    background-position: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/overlay_geloteca.png);
  }

  .content-wrapper_geloteca{
    background-color: #191EEC; 
    position: relative;
    z-index: 1;
    padding-top: 150px; 
    min-height: 521px;
  }

  .text-box_geloteca {
    position: absolute;
    top: -65px; 
    left: 50%;
    transform: translateX(-50%);
    background: #f0f8f0;
    padding: 45px;
    text-align: justify;
    width: 60%;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    z-index: 2;
    border-radius: 8px;
  }

  .text-box_geloteca > p{
    font-size: 22px;
  }


/* geloteca */

/* cesta básica */

.hero_cesta{
  
  height: 400px;
  background-size: cover;
  background-position: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/overlay_cesta.png);
}

.content-wrapper_cesta{
    background-color: #191EEC; 
    position: relative;
    z-index: 1;
    padding-top: 150px; 
    min-height: 338px;
  }

/* cesta básica */

/* livros */

.overlay > #livros{
    max-width: 15%;
    width: 100%;
}

.hero_livros{
  
    height: 400px;
    background-size: cover;
    background-position: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/overlay_livros.jpg);
}

.content-wrapper_livros{
    background-color: #191EEC; 
    position: relative;
    z-index: 1;
    padding-top: 150px; 
    min-height: 414px;
}

.text-box_livros{
    position: absolute;
    top: -40px; 
    left: 50%;
    transform: translateX(-50%);
    background: #f0f8f0;
    padding: 45px;
    text-align: justify;
    width: 60%;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    z-index: 2;
    border-radius: 8px;
}

.text-box_livros > p{
    font-size: 22px;
  }

/* livros */


.overlay > img{
    max-width: 30%;
    width: 100%;
  }

  .overlay > h1{
    font-weight: 500;
    font-size: 100px;
  }

  .content-wrapper {
    position: relative;
    background-color: #191EEC; 
    position: relative;
    z-index: 0;
    padding-top: 150px; 
    min-height: 650px;
  }

  .text-box {
    position: absolute;
    top: -100px; 
    left: 50%;
    transform: translateX(-50%);
    background: #f0f8f0;
    padding: 45px;
    text-align: justify;
    width: 60%;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    z-index: -1;
    border-radius: 8px;
  }

  .text-box > p{
    font-size: 22px;
  }

  /*conteúdo*/

/*contribua*/

.container__contribua{
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 185px;
    color: white;
    background-color: #181A1B;
    border: 2px solid black;
}


.contribua_right > a > button{
    background-color: black;
    color: white;
    border: 1px solid white;
    padding: 20px 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.contribua_right > a > button:hover {
    background-color: white;
    color: black;
}

.contribua_left{
    width: 40%;
}

.contribua_left > h1{
    font-size: 80px
}

.contribua_left > p{
    font-size: 20px;
    text-align: justify;
}

/*contribua*/
