.sidebar {
  height: 85%;
  width: 100%;
  background-color: #343a40;
  color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 10px;
  top: 0;
  left: 0;
}
.sidebar h2 {
  margin-bottom: 20px;
  font-size: 1.5rem;
}
.list-group {
  display: flex;
  flex-direction: column;
  border: none;
  width: 100%;
}
.list-group-item {
  color: #949494;
  background-color: #00000080;
  width: 200px;
  border: none;
  font-size: 15px;
  flex-grow: 1;
  text-transform: capitalize;
  margin-bottom: 6px;
}
.txt-select {
  font-size: 18px;
}
label:first-letter {
  text-transform: capitalize;
}
.list-group-item.active {
  color: #e6e6e6;
  background-color: #00000080;
}
.sidebarM {
  height: 100%;
  width: 250px;
  background-color: #343a40;
  color: #fff;
  padding-top: 20px;
  position: fixed;
  left: -250px;
  transition: left 0.3s ease;
  z-index: 3;
}
.sidebarM a {
  color: #fff;
  text-decoration: none;
  padding: 15px;
  font-size: 1.2rem;
  display: block;
}
.sidebarM a:hover {
  background-color: #495057;
}
.sidebarM.open {
  left: 0;
}
html,
body {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  background-color: #343a40;
  margin: 0;
  padding: 0;
  font-family: Raleway;
}
.container-fluid,
.row {
  margin: 0 !important;
  padding: 0 !important;
}
.menuH {
  background-color: #00000080;
  padding: 10px 40px;
  display: flex;
  gap: 65px;
  justify-content: center;
  width: 100%;
}
.menuH-item {
  color: #646464;
  text-decoration: none;
  font-size: 25px;
  transition: color 0.3s, border-bottom 0.3s;
}
.menuH-item:hover {
  color: #f0a500;
  border-bottom: 2px solid #f0a500;
}
.img-description {
  width: auto;
  height: 80%;
  margin-top: 20px;
}
.container-description {
  width: 250px;
  height: 100vh;
  margin-left: 100px;
  margin-top: -25px;
}
.properties {
  color: #fff;
  text-align: justify;
  margin: 25px;
}
.properties span {
  color: #fff;
  margin-left: 45px;
}
.barra {
  background-color: #fff;
  height: 8px;
  width: 650px;
}
.preci-des {
  color: #fff;
  margin-left: 80px;
}
.transparent-card {
  background-color: #0000;
  margin-top: 45px;
  margin-left: 20px;
  overflow: auto;
  height: 70vh;
}
.transparent-card::-webkit-scrollbar {
  width: 4px;
}
.transparent-card::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.transparent-card::-webkit-scrollbar-thumb {
  background: #2e130b;
  border-radius: 10px;
}
.transparent-card::-webkit-scrollbar-thumb:hover {
  background: #2e130b;
}
.transparent-card .list-group-item {
  background-color: transparent;
  color: #fff;
  text-align: justify;
}
.transparent-card .form-check-label {
  color: inherit;
}
input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  background: #ddd;
  border-radius: 5px;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #007bff;
  cursor: pointer;
}
.loading-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000e6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.spinner {
  width: 200px;
  height: 100px;
  animation: spin 1s linear infinite;
}
.iconL {
  font-size: 150px;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.background-div {
  background: url(BG_06-YmR9m59i.png) no-repeat center center/cover;
  height: 100%;
}
.carousel-container-wine {
  width: 100%;
  height: 90vh;
  overflow-x: scroll;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}
.carousel-container-wine::-webkit-scrollbar {
  display: none;
}
.carousel-wine {
  display: flex;
  width: 100%;
  gap: 1rem;
  padding-right: calc(50% - 50px);
}
.carousel-item-wine {
  margin-top: 25px;
  height: 72vh;
  object-fit: cover;
  margin-right: -3px;
  display: block;
  scroll-snap-type: x mandatory;
  scroll-padding: 50%;
  display: flex;
  align-items: center;
  text-align: center;
}
.cava {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 0 0 auto;
  scroll-snap-align: center;
}
.menu-item {
  color: #fff;
  text-decoration: none;
  font-size: 25px;
  transition: color 0.3s, border-bottom 0.3s;
  font-weight: 700;
  list-style: none;
}
.activeH {
  color: #e6e6e6;
  text-decoration: underline;
}
.han {
  width: 100px;
  transform: rotate(-45deg);
  float: right;
  --animate-repeat: 2;
  z-index: 999999;
  margin-top: 45px;
}
.data-dis {
  text-transform: lowercase;
  margin-left: 40px;
}
h3:first-letter {
  text-transform: uppercase;
}
.search {
  border-radius: 45px;
  height: 32px;
}
.preci {
  margin-top: 25px;
  color: #fff;
  font-size: 20px;
}
.login-container {
  background: url(/assets/login-B6KEBUH9.jpg) no-repeat center center/cover;
  height: 100vh;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.btn-select {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  height: 35px;
  padding: 10px;
}
.txt-select {
  text-align: center;
}
.container-div {
  background-color: #f5f5f5;
  height: 100vh;
}
.login-card {
  background-color: #ffffffb3;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 10px #0003;
  max-width: 400px;
  width: 100%;
  margin-top: -150px;
}
.alert {
  background-color: #ff0000e6;
  color: #fff;
  max-width: 400px;
}
@keyframes fadeOutAlert {
  0% {
    opacity: 1;
    visibility: visible;
  }
  99% {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.hide-alert {
  animation: fadeOutAlert 5s forwards;
}
@media (max-width: 768px) {
  .background-div {
    background: url(/assets/BG_06-YmR9m59i.png);
    background-size: 1200px 760px;
    background-position: center;
    background-repeat: no-repeat;
    background-position: center center;
    height: auto;
    width: 100%;
  }
  .carousel-container {
    width: 100%;
    height: 85vh;
    overflow-x: scroll;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    overflow-y: hidden;
  }
}
.modal-w {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 85px;
  z-index: 3;
  border-radius: 50px;
  overflow: auto;
  width: 5600px;
  height: auto;
}
.b-modal {
  border-radius: 25%;
}
.options-admin {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.adm-opt {
  flex-grow: 1;
}
.main-admin {
  overflow: auto;
  height: 95vh;
}
input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 20px;
  background: #ddd;
  border-radius: 10px;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background: #2e130b;
  border-radius: 50%;
  cursor: pointer;
}
input[type="range"]::-moz-range-thumb {
  width: 30px;
  height: 30px;
  background: #4caf50;
  border-radius: 50%;
  cursor: pointer;
}
.icons {
  color: #949494;
}
.form-check-input,
.form-check-label {
  margin-top: 15px;
}
.div-home {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.text-white {
  color: #fff;
  text-align: center;
}
.home-logo {
  margin-top: 150px;
  margin-bottom: 55px;
  width: 600px;
  margin-right: 15px;
}
.conten-list {
  height: 72vh;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 20px;
}
.conten-list2,
.conten-list3 {
  height: 72vh;
  margin-top: 150px;
}
.conten-list::-webkit-scrollbar {
  width: 6px;
}
.conten-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.conten-list::-webkit-scrollbar-thumb {
  background: #2e130b;
  border-radius: 10px;
}
.conten-list::-webkit-scrollbar-thumb:hover {
  background: #2e130b;
}
.nav-a {
  background: #fff;
  width: 100%;
  box-shadow: 0 0 6px #0006;
  transition: 0.5s;
  height: 47px;
}
.label-a {
  right: 25px;
  color: #101111;
  z-index: 2;
  margin-right: 15px;
  height: 45px;
  font-size: 20px;
  text-decoration: none;
  transition: color 0.3s, border-bottom 0.3s;
  padding: 10px;
  list-style: none;
}
.label-a.active {
  background-color: #212529;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transition: 0.1s;
  color: #ddd;
  text-decoration: none;
  transition: color 0.3s, border-bottom 0.3s;
  list-style: none;
}
