a {
  color: inherit;
  text-decoration: none;
}

p{
  color: white;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}
body {
  margin: 0;
  font-family: 'Muli', sans-serif;
  background: #000000;
}

.header {
  align-items: center;
  background: #000000;
  color: white;
  display: flex;
  height: 150px;
  justify-content: space-between;
  top: 0px;
  margin-top: 10px;
  width: 100%;
}

.header__img {
  margin-left: 30px;
  margin-top: 10px;
  width: 150px;
}

.header__menu {
	margin-right: 30px;
}

.header__menu ul {
  display: none;
  list-style: none;
  margin: 0px 0px 0px -14px;
  padding: 0px;
  position: absolute;
  width: 100px;
  text-align: right;
}

.header__menu:hover ul, ul:hover {
	display: block;
}

.header__menu li {
  margin: 10px 0px;
}

.header__menu li a {
  color: white;
  text-decoration: none;
}

.header__menu li a:hover {
  text-decoration: underline;
}

.header__menu--profile {
  align-items: center;
  display: flex;
  cursor: pointer;
}

.header__menu--profile img {
  margin-right: 8px;
  width: 40px;
}

.frame {
  margin: 25px 25px 25px;
  padding: 0;
  border: 2px solid #FFD700;
  border-radius: 5px;
  height: 100%;
}

.frame-container {
  background-color: #FFD700;
  box-sizing: border-box;
  margin: 20px auto;
  max-width: 800px;
  padding: 20px;
  width: 90%;
}

.main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 40px;
  border-radius: 0px 0px 40px 40px;
  width: 100%;
  margin-top:35px;
}

.main__title {
  color: white;
  font-size: 25px;
}

.categories__title {
  color: white;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-top: 0;
}

.carousel {
  overflow: scroll;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}

.carousel__container {
  transition: 450ms -webkit-transform;
  transition: 450ms transform;
  transition: 450ms transform, 450ms -webkit-transform;
  font-size: 0;
  white-space: nowrap;
  margin: 70px 0px;
  padding-bottom: 10px;
}

.carousel__container:hover .carousel-item {
  opacity: 0.3;
}

.carousel__container:hover .carousel-item:hover {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 1;
}

.carousel-item {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 400px;
  height: 450px;
  margin-right: 10px;
  font-size: 20px;
  cursor: pointer;
  transition: 450ms all;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.carousel-item:hover ~ .carousel-item {
  -webkit-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
}

.carousel-item__img {
  width: 400px;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

.carousel-item__details {
  align-items: flex-start;
  background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 200%);
  bottom: 0;
  display: flex;
  font-size: 13px;
  flex-direction: column;
  justify-content:center;
  left: 0;
  opacity: 0;
  transition: 450ms opacity;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;  
  
}

.carousel-item__details--img {
  width: 20px;
}

.carousel-item:hover .carousel-item__details {
  opacity: 1;
}

.carousel-item__details--title {
  color: white;
  text-align: center;
  margin: 0 auto 0;
}

.carousel-item__details--subtitle {
  color: white;
  font-size: 11px;
  text-align: center;
  margin: 0 auto 0;
  white-space: normal; /* Permite retorno de línea automático */
  max-width: 50%; /* Ancho máximo del elemento */
}

.footer {
  align-items: center;
  justify-content: center;
  background-color:#000000;
  display: flex;
  height: 100px;
  width: 100%;
}

.footer a {
  color: white;
  cursor: pointer;
  font-size: 14px;
  padding-left: 30px;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.input {
  background-color: rgba(255,255,255,0.1);
  border: 2px solid white;
  border-radius: 25px;
  color: white;
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  height: 50px;
  margin-bottom: 20px;
  outline: none;
  padding: 0px 20px;
  width: 70%;
}

::placeholder {
  color: white;
}

@media only screen and (max-width: 600px) {
  .main__description--title {
    font-size: 30px;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
/*
:-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}
::-webkit-scrollbar {
  width: 8px; 
  height: 8px;   
  background:rgba(255,255,255,.4);
  border-radius: 4px;
}
::-webkit-scrollbar:hover {
  background: #b3b3b3;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar:hover:active {
  background: #999;
}*/
.center-image {
  display: flex;
  justify-content: center;
  align-items: center;
  transform:scale(0.6);
}

.scale-img{
    transform:scale(0.6); 
    margin-top: -100px;
}

.carousel::-webkit-scrollbar {
    background-color: #000000;
    height: 10px;
    padding-top: 10px;
    }

.carousel::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.1);
    border: 20px solid #000000;
    border-radius: 10px;
    }

 .header__title {
      font-size: 30px;
      font-weight: bold;
      margin-top: 10px;
      margin-right: 30px;
    }
  hr {
      color: #b1a539;
      width: 60%;
      margin-left: auto;
      margin-right: auto;
  }

.capa-item {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .capa-item__img {
    border-radius: 20px;
    width: 500px;
    height: 570px;
    -o-object-fit: cover;
       object-fit: cover;
  }