* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Bruno Ace SC', sans-serif;
}

html{
  scroll-behavior: smooth;
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.nav-item {
  margin-right: 41px;
}

.navbar-brand img {
  max-height: 70px;
  width: auto;
  padding-left: 30px;
}

.navbar-brand {
    display: none;
}

.header-section {
  position: relative;
  width: 100%;
  height: 560px; 
  background-image: url('../img/portada.png');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden; 
  position: relative;
}
  
.title-overlay {
  width: 100%;
  height: 192px;
  background-color: rgba(11, 13, 17, 0.747);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 60px;
  position: absolute;
  bottom: 200px;
}

.title-overlay2 {
  width: 100%;
  height: 192px;
  background-color: rgba(11, 13, 17, 0.747);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 60px;
  position: absolute;
  bottom: 200px;
}

.section-catalog-black{
  background-color: rgb(28, 32, 41);
}

.title-header-black {
  display: flex;
  align-items: center;
  background-color: rgb(28, 32, 41);
  height: 80px;
  margin-bottom: 30px;
  padding: 40px 
}

.catalog-title-black {
  font-weight: bold;
  font-size: 40px;
  color: white;
  margin: 0 auto;
  padding-left: 160px;
}

.dropdown-toggle-black {
  background-color: #ffffff;
  color: rgb(28, 32, 41);
}

.dropdown-toggle-white {
  color: #ffffff;
  background-color: rgb(28, 32, 41);
}

.card.custom-black {
  background-color: rgb(255, 255, 255);
  color: rgb(28, 32, 41);
  margin-bottom: 45px;
  box-shadow: 2px 7px 10px rgb(28, 32, 41);
  font-weight: bold;
}

.card.custom-white {
  color: rgb(255, 255, 255);
  background-color: rgb(28, 32, 41);
  margin-bottom: 45px;
  box-shadow: 2px 7px 10px rgb(28, 32, 41);
}

.card .card-body {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 0px;
  box-shadow: 0 2px 10px rgb(28, 32, 41);
}

.card.custom .card-body img {
  margin-bottom: 0;
}

.title-header-white {
  display: flex;
  align-items: center;
  background-color: rgb(254, 254, 255);
  height: 80px;
  margin-bottom: 30px;
  padding: 40px 
}

.catalog-title-white {
  font-weight: bold;
  font-size: 40px;
  color: rgb(28, 32, 41);
  margin: 0 auto;
  padding-left: 160px;
}

.catalog-title-white2 {
  font-weight: bold;
  font-size: 40px;
  color: rgb(28, 32, 41);
  margin: 0 auto;
}

h5 { font-weight: bold;}

.card.custom {
  background-color: rgb(28, 32, 41);
  color: white;
  margin-bottom: 45px;
  box-shadow: 2px 2px 10px rgb(28, 32, 41);
}
  
.section-catalog-black {
  background-color: rgb(28, 32, 41);
}
  
.custom-white {
  background-color: white;
}
  

.price-tag-white {
  display: inline-block;
  padding: 0 12px;
  font-size: 15px; 
  font-weight: bold;
  line-height: 32px; 
  height: 32px; 
  background-color: white; 
  color: rgb(28, 32, 41);
  border-radius: 5px;
  width: 90%;
  text-align: center;
}

.price-tag-black {
  display: inline-block;
  padding: 0 12px;
  font-size: 15px;
  font-weight: normal;
  line-height: 32px;
  height: 32px;
  background-color: rgb(28, 32, 41); 
  color: white;
  border-radius: 5px;
  width: 90%;
  text-align: center;
}
  
.card .card-body {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.card.custom .card-body img {
  margin-bottom: 0;
}






@media (min-width: 992px) {
  .navbar-brand {
    display: block;
  }
}

@media (max-width: 768px) {
  .catalog-title {
    font-size: 30px;
  }

  .title-overlay {
    font-size: 23px;
  }

  .title-header-black,
  .title-header-white {
    flex-direction: column;
    height: auto;
    padding: 20px;
    text-align: center;
  }

  .dropdown-toggle {
    margin-left: 0;
    margin-top: 10px;
  }

  .catalog-title-black,
  .catalog-title-white {
    padding-left: 0;
  }


  #contemporaneas .catalog-title-black {
    font-size: 32px;
  }
}
