.category-wrapper {
  min-height: 100vh;
  padding-top: 70px;
  display: flex;
  position: relative;
  align-items: center;
  background: black;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 1) 1%,
      rgba(181, 181, 181, 1) 100%);
  overflow: hidden;
}

.category-title {
  font-family: "Estricta Black", sans-serif;
  font-size: 4rem;
  color: #ff0000;
  text-transform: uppercase;
  white-space: normal;
  display: block;
  word-wrap: anywhere;
  display: block;
  margin-top: -0.5rem;
  margin-left: 1rem;
  transition: opacity 0.3s ease;
  opacity: 1;
}

.category-nuevo-modelo {
  background-color: #ff0000;
  padding: 2px 0px;
  color: white;
  font-family: "Estricta Regular", sans-serif;
  font-size: 1.2rem;
  width: 70%;
  text-align: center;
  margin: 10px 0px;
  ;
  transition: opacity 0.3s ease;
  opacity: 1;
}

.category-image {
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 1;
  transform: scale(0.95);
}

.category-imagen-texto {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 1rem;
}

.category-imagen-texto p {
  font-size: 15px;
  color: white;
}

.category-wrapper-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 20px;

  /* estan bien? */

  margin-left: 5vw;
  margin-top: 5vh;
  min-width: 70vw;
}

.category-wrapper-content h5 {
  color: white;
  font-size: 2.5rem;
}

.category-listado-motos .modelos {
  white-space: normal;
  display: block;
  word-wrap: anywhere;
}

/* .category-listado-motos .modelos h3 {
  font-family: "Estricta Black", sans-serif;
  font-size: 3rem;
  line-height: 3.2rem;
  color: white;
  text-transform: uppercase;
  white-space: normal;
} */

.category-listado-motos .modelos .active {
  color: #ff0000;
}

.modelos h3:hover {
  color: #ff0000;
  cursor: pointer;
}

.category-listado-motos h2 {
  font-family: "Estricta Regular", sans-serif;
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin: 10px 0px;
  color: white;
  text-transform: uppercase;
  white-space: normal;
}

.category-listado-motos {
  padding-top: 60px;
  user-select: none;
}

/* .category-wrapper-content .informacion-tecnica {
  padding-top: 80px;
} */

.category-wrapper-right {
  min-width: 200px;
  height: 100%;
}

.image-garantia {
  display: flex;
  /* margin: 0 0 0 auto; */
}

.modelos span {
  display: none;
}

.category-top-header img {
  display: none;
}

.slides_container {
  display: flex;
  flex: 0 0 70%;
  height: 100%;
  position: relative;
}

.category_slide {
  /* min-width: 100vw; */
  height: 100vh;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 2rem; */
}

body {
  margin: 0;
  /* bloqueamos el scroll nativo */
}

.slides_container {
  display: flex;
  height: 100vh;
  width: 70vw;
  /* position: absolute; */
  top: 0;
  left: 0;
}

.category_slide {
  flex: 0 0 70vw;
  width: 70vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: start;
  font-size: 3rem;
}

.slides_area {
  overflow: hidden;
  width: 70vw;
}

@media screen and (max-width: 768px) {
  .category-wrapper {
    flex-direction: column;
    height: 100vh;
    padding: 0;
  }

  .category-wrapper-content {
    flex-direction: column;
    height: 600px;
    padding-top: 80px;
    position: relative;
    justify-content: start;
  }

  .category-wrapper-content h5 {
    color: white;
    font-size: 1.5rem;
  }

  .category-listado-motos h2 {
    display: none;
  }

  .category-nuevo-modelo {
    width: 6rem;
    font-size: 0.8rem;
    margin: 0;
  }

  .category-title {
    font-size: 2rem;
    margin: 0;
  }

  .category-listado-motos {
    display: none;
    /* display: flex; */
    width: 100%;
    position: relative;
    gap: 15px;
    padding-top: 20px;
  }

  .category-listado-motos .modelos {
    position: relative;
    /* flex: 1; */
  }

  .category-listado-motos .modelos h3 {
    font-size: 0.9rem;
    display: flex;
  }

  .category-image {
    /* position: absolute;
    left: -50%; */
    width: 80%;
  }

  .category-wrapper-content .informacion-tecnica {
    padding-top: 10px;
    text-align: center;
    display: flex;
    /* flex-direction: column; */
    align-items: end;
    gap: 20px;
  }

  .informacion-tecnica div {
    width: 40%;
    margin-bottom: 0.4rem !important;
  }

  .informacion-tecnica h4,
  .informacion-tecnica p {
    font-size: 10px !important;
    text-align: center !important;
  }

  .informacion-tecnica h4 {
    margin-top: 0.5rem !important;
  }

  .modelos span {
    display: block;
    margin-left: 10px;
  }

  .category-imagen-texto,
  .image-garantia {
    display: none;
  }

  .category-button-wrapper-mobile {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
  }


  .category-button-wrapper {
    display: none;
    justify-content: start;
  }

  .category-button-wrapper a {
    font-size: 0.7rem;
    padding: 5px 10px;
    flex-direction: column;
  }

  .category-top-header img {
    display: block;
  }

  .category-top-header {
    display: flex;
    justify-content: space-between;
  }

  .slides_container {
    display: flex;
    height: 100vh;
    width: 100vw;
    /* position: absolute; */
    top: 0;
    left: 0;
  }

  .category_slide {
    flex: 0 0 100vw;
    width: 100vw;
    height: 70vh;
    display: flex;
    font-size: 3rem;
    align-items: start;
    flex-direction: column;
  }

  .slides_area {
    width: 100vw;
    height: 100vh;
    overflow: visible;
  }

  .modelos h3:hover {
    color: white;
    cursor: pointer;
  }
}