
#light-pagination{
	opacity: 0
}

.content-select {
  height: 3rem;
  width: 13rem;
  position: relative;
}
@media (max-width: 500px) {
  .content-select {
    width: 100%;
  }
}
.content-select select {
  position: absolute;
  top: -100%;
  pointer-events: none;
  opacity: 0;
}
.content-select .header-select {
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 1rem;
  background: white;
  border-radius: 0.5rem;
  box-shadow: -6px 7px 14px -6px rgba(109, 175, 255, 0.0901960784);
  border: 1px solid #dedede;
  display: flex;
  align-items: center;
}
.content-select .header-select .text-header-select {
  font-size: 0.9rem;
  color: #707070;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.content-select .header-select .icon {
  width: 0.9rem;
  height: 0.9rem;
  background: #707070;
  margin-left: auto;
  pointer-events: none;
}
.content-select .body-select {
  background: white;
  max-height: 0;
  color: #707070;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 8px 15px -9px;
  opacity: 0;
  position: relative;
  top: 2px;
  border-radius: 10px;
  overflow: hidden;
}
.content-select .body-select.open {
  animation: 0.3s linear 0s 1 normal forwards running showOptions;
}
.content-select .body-select.close {
  animation: 0.3s linear 0s 1 normal forwards running closeOptions;
}
@keyframes closeOptions {
  0% {
    max-height: 10rem;
    opacity: 1;
    border: 1px solid rgba(227, 227, 227, 0.65);
  }
  20% {
    opacity: 1;
  }
  99% {
    opacity: 0;
    border: 0px solid rgba(227, 227, 227, 0.65);
  }
  100% {
    opacity: 0;
    max-height: 0rem;
  }
}
@keyframes showOptions {
  0% {
    max-height: 0px;
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    max-height: 10rem;
  }
}
.content-select .body-select .envolves {
  border: 1px solid #dedede;
  border-radius: 0.7rem;
}
.content-select .body-select .content-body-select {
  display: flex;
  flex-direction: column;
  overflow: auto;
  max-height: 10rem;
}
.content-select .body-select .content-body-select::-webkit-scrollbar {
  width: 5px;
  min-width: 5px;
  max-width: 5px;
}
.content-select .body-select .content-body-select::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 0.5rem;
}
.content-select .body-select .content-body-select::-webkit-scrollbar-track {
  background-color: transparentred;
  border-radius: 0.5rem;
}
.content-select .body-select .option {
  padding: 0.5rem 1rem;
  cursor: pointer;
  transition: 0.3s;
  font-size: 0.9rem;
}
.content-select .body-select .option:hover {
  background-color: var(--primary);
  color: white;
}

.submit {
  width: -moz-max-content;
  width: max-content;
  padding: 0 2rem;
  background-color: var(--secondary);
  color: white;
  border-radius: 0.5rem;
  height: 3rem;
  align-self: end;
}

@media (max-width: 1200px) {
  .filters {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.filters .submit {
  margin-left: auto;
}
@media (max-width: 1200px) {
  .filters .submit {
    margin: auto;
  }
}
.filters .title-select {
  color: #707070;
  display: flex;
  margin-bottom: 0.2rem;
  font-size: 0.9rem;
}
@media (max-width: 850px) {
  .filters .selects {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    width: 27rem;
    margin: auto;
  }
}
@media (max-width: 500px) {
  .filters .selects > div {
    width: calc(50% - 0.5rem);
  }
}
.filters .selects .item-1 {
  z-index: 2;
}
.filters .selects .item-2 {
  z-index: 2;
}

.products {
  background-color: #f9f9f9;
  padding-top: 8rem;
  padding-bottom: 10rem;
}
@media (max-width: 500px) {
  .products {
    padding-top: 6rem;
  }
}
.products .container {
  margin-top: 0;
}
@media (max-width: 500px) {
  .products .container {
    margin-top: 0rem;
  }
}
.products .form_style {
  padding: 1rem 0;
}
.products .title_products {
  color: var(--secondary);
  font-size: 2.6rem;
  font-family: "Poppins-SemiBold";
  text-align: center;
  justify-content: center;
  margin-bottom: 4rem;
  margin-top: 2rem;
}
@media (max-width: 900px) {
  .products .title_products {
    font-size: 2rem;
  }
}
@media (max-width: 500px) {
  .products .title_products {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.products .selects {
  display: flex;
  gap: 1rem;
}
@media (max-width: 500px) {
  .products .selects {
    width: 100%;
  }
}

.products ~ .footer {
  background-color: white;
}

.filters {
  z-index: 2;
  position: relative;
  padding-bottom: 2rem;
  display: flex;
  gap: 2rem;
}

.content-targets {
  grid-gap: 1rem;
  display: grid;
  gap: 2.5rem;
  grid-auto-flow: row dense;
  grid-auto-rows: minmax(0, auto);
  grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
  grid-template-rows: auto;
  min-height: 30rem;
}
@media (max-width: 1400px) {
  .content-targets {
    grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  }
}

.simple-pagination {
  padding: 3rem 0;
}

.pagination {
  display: flex;
  justify-content: center;
}
.pagination * {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.simple-pagination ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  margin-right: 5px;
}

.simple-pagination .ellipse {
  width: 2.3rem;
  height: 2.3rem;
  display: flex;
  align-items: center;
}

.simple-pagination .page-link {
  color: #fff;
  background: white;
  border-color: white;
  border-radius: 8px;
  width: 2.3rem;
  height: 2.3rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  box-shadow: none;
  color: #777777;
}
.simple-pagination .page-link:hover {
  background-color: rgba(30, 83, 255, 0.8);
  border-color: rgba(30, 83, 255, 0.8);
  color: white;
}

.simple-pagination .current {
  color: #fff;
  background-color: #1e53ff;
  border-color: #1e53ff;
  border-radius: 8px;
  width: 2.3rem;
  height: 2.3rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
  background: transparent;
  border-color: transparent;
  color: rgb(161, 161, 161);
  box-shadow: none;
}

.target-product {
  --width: 100%;
  --height: 12.5rem;
  width: var(--width);
  height: -moz-max-content;
  height: max-content;
  min-height: -webkit-fill-available;
  position: relative;
  border-radius: 0;
  overflow: hidden;
  background-color: white;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  padding: 3rem 0;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .target-product {
    --height: 9.5rem;
  }
}
.target-product.loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  z-index: 2;
}
.target-product .target-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.target-product .target-header .title-target {
  text-align: center;
  margin-bottom: 0.5rem;
  font-family: "Poppins-Medium";
  font-size: 1.3rem;
  text-decoration: none;
  color: black;
}
.target-product .target-header .sub-title {
  color: #777777;
  font-size: 0.9rem;
  font-family: "Poppins-Light";
}
.target-product .target-header .sub-title::first-letter {
  text-transform: uppercase;
}
.target-product .link {
  font-size: 1rem;
  color: black;
  text-decoration: underline;
  text-align: center;
}
.target-product .content-product {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.target-product .content-product .slider {
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  position: relative;
}
.target-product .content-product .slider .slick-dots {
  display: flex !important;
  gap: 0.5rem;
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: -moz-max-content;
  width: max-content;
}
.target-product .content-product .slider .slick-dots li {
  font-size: 0;
  display: flex;
  width: 10px;
  height: 10px;
  background-color: var(--primary);
  border-radius: 10rem;
}
.target-product .content-product .slider .slick-dots li.slick-active {
  background-color: var(--secondary);
}
.target-product .content-product .slick-slide {
  display: flex;
}
.target-product .content-product .slick-slider,
.target-product .content-product .slick-list {
  width: 100%;
  height: 100%;
}
.target-product .content-product .content-img {
  width: calc(var(--width) - 7rem) !important;
  height: var(--height);
  margin: 0 auto;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1rem;
  margin-top: 1rem;
  position: relative;
}
@media (max-width: 1400px) {
  .target-product .content-product .content-img {
    width: calc(var(--width) - 4rem) !important;
  }
}
.target-product .content-product .content-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.target-product .content-product .content-img .img-product.active {
  z-index: 1;
  position: relative;
}
.target-product .content-product .title {
  width: 100%;
  display: flex;
  font-size: 1.4rem;
  line-height: 1.4rem;
}
.target-product .content-product .price {
  font-size: 1.1rem;
  line-height: 1rem;
}
.target-product .content-product .MuiSvgIcon-root {
  width: 1rem;
  height: 1rem;
}
.target-product .colors {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: auto;
  background: #ededed;
  padding: 0.3rem 0.5rem;
  border-radius: 24rem;
  margin-bottom: 1rem;
}
.target-product .colors .color {
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-color: black;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.target-product .colors .color.aluminio {
  background: linear-gradient(180deg, rgb(226, 226, 226) 0%, rgb(102, 102, 102) 100%);
}
.target-product .colors .color.galvanizado {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(212, 212, 212) 100%);
}
.target-product .colors .color .icon {
  cursor: pointer;
  width: 50%;
  height: 50%;
  opacity: 0;
  background-color: black;
}
.target-product .colors .color.active .icon {
  opacity: 1;
  pointer-events: none;
}
.target-product .variations {
  display: flex;
  margin-top: 0.5rem;
}
.target-product .variations .variation {
  font-size: 0.9rem;
  text-transform: capitalize;
  display: flex;
  color: #777777;
}
.target-product .variations .variation .separator {
  font-size: 0.9rem;
  margin: 0 0.5rem;
  display: flex;
}
.target-product .variations .variation:last-child .separator {
  display: none;
}
.target-product .link {
  margin-top: 0.7rem;
}
.target-product .message {
  text-align: center;
  color: rgb(117, 117, 117);
  font-size: 0.9rem;
}
.target-product .btn-cart {
  border-color: var(--gray50);
}
.target-product .btn-cart svg {
  fill: var(--gray50);
}
.target-product .btn-cart:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}
.target-product .btn-cart:hover svg {
  fill: white;
}
.target-product .btn-heart {
  border-color: var(--gray50);
  transition: 0.5s;
}
.target-product .btn-heart svg {
  fill: var(--gray50);
}
.target-product .btn-heart:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}
.target-product .btn-heart:hover svg {
  fill: white;
}/*# sourceMappingURL=productos.css.map */