.product .contain {
  display: flex;
  gap: 5rem;
}
@media (max-width: 850px) {
  .product .contain {
    flex-direction: column;
    gap: 0;
  }
}
.product .contain .inf {
  position: relative;
  z-index: 2;
  min-width: 33rem;
  justify-content: center;
}
@media (max-width: 1200px) {
  .product .contain .inf {
    min-width: 22rem;
  }
  .product .contain .inf .btns {
    flex-direction: column;
  }
}
@media (max-width: 1200px) and (max-width: 850px) {
  .product .contain .inf .btns {
    width: 19rem;
  }
}
@media (max-width: 850px) {
  .product .contain .inf {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 500px) {
  .product .contain .inf {
    min-width: 100%;
    width: 100%;
  }
}
.product .contain .content-img-header {
  position: relative;
  width: 40rem;
}
@media (max-width: 1000px) {
  .product .contain .content-img-header {
    width: 32rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 850px) {
  .product .contain .content-img-header {
    margin: auto;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 500px) {
  .product .contain .content-img-header {
    width: calc(100vw - 4rem);
  }
}
.product .contain .content-img-header .img_main {
  position: relative;
  left: 0;
  width: 100%;
  mix-blend-mode: multiply;
  transform: scale(1);
}
@media (max-width: 1400px) {
  .product .contain .content-img-header .img_main {
    transform: scale(1);
  }
}
@media (max-width: 850px) {
  .product .contain .content-img-header .img_main {
    width: 100%;
  }
}
.product .contain .mini-content-img {
  width: 40rem;
  margin: auto;
  margin-bottom: 3rem;
}
@media (max-width: 1000px) {
  .product .contain .mini-content-img {
    width: 30rem;
  }
}
@media (max-width: 500px) {
  .product .contain .mini-content-img {
    width: calc(100vw - 4rem);
    margin-bottom: 0;
  }
}
.product .contain .min_img_main {
  width: 10rem;
  margin: 0 0.5rem;
  background-color: transparent;
  border-radius: 0.5rem;
  padding: 0.5rem;
}
.product .contain .min_img_main img {
  width: 100%;
}
.product .header {
  padding-top: 4rem;
  padding-bottom: 0rem;
  min-height: 46rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #e0e6e9;
}
@media (max-width: 1400px) {
  .product .header {
    padding-top: 4rem;
    min-height: 32rem;
  }
}
@media (max-width: 500px) {
  .product .header {
    padding: 5rem 1rem;
  }
}
.product .header .sub-title {
  font-size: 1rem;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media (max-width: 650px) {
  .product .header .sub-title {
    font-size: 0.9rem;
    text-align: center;
  }
}
.product .header .title {
  font-size: 10.5rem;
  line-height: 1;
  font-family: "Poppins-SemiBold";
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1400px) {
  .product .header .title {
    font-size: 8.5rem;
  }
}
@media (max-width: 1000px) {
  .product .header .title {
    font-size: 8.5rem;
  }
}
@media (max-width: 650px) {
  .product .header .title {
    font-size: 8.1rem;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .product .header .title {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 6.1rem;
  }
}
.product .btns .btn:last-child {
  display: flex;
  align-items: center;
  color: #5b616b;
  border-color: #c2c4c9;
}
.product .btns .btn:last-child .icon {
  width: 1.2rem;
  height: 1.2rem;
  background-color: #5b616b;
  margin-right: 0.8rem;
}
.product .btns .btn:last-child:hover {
  color: #fff;
  border-color: #fff;
}
.product .btns .btn:last-child:hover .icon {
  background-color: #fff;
}
.product .details {
  display: flex;
  padding: 5rem 0;
  padding-bottom: 0;
  gap: 13rem;
}
@media (max-width: 1400px) {
  .product .details {
    padding: 4rem 0;
    padding-bottom: 0;
  }
}
@media (max-width: 1000px) {
  .product .details {
    gap: 4rem;
  }
}
@media (max-width: 800px) {
  .product .details {
    flex-wrap: wrap;
    gap: 2rem 4rem;
  }
}
@media (max-width: 650px) {
  .product .details {
    flex-direction: column;
    gap: 2rem;
  }
}
@media (max-width: 500px) {
  .product .details {
    flex-direction: row;
  }
}
.product .details .detail {
  display: flex;
}
.product .details .detail img {
  width: 5rem;
  margin-right: 2rem;
}
@media (max-width: 1400px) {
  .product .details .detail img {
    width: 4rem;
  }
}
@media (max-width: 500px) {
  .product .details .detail img {
    width: 3rem;
  }
}
.product .details .detail .inf {
  justify-content: center;
}
.product .details .detail .inf .title {
  font-size: 0.9rem;
  letter-spacing: 2px;
  color: var(--secondary);
}
@media (max-width: 500px) {
  .product .details .detail .inf .title {
    font-size: 0.8rem;
  }
}
.product .details .detail .inf .value {
  font-size: 1.3rem;
  font-family: "Poppins-SemiBold";
  color: var(--secondary);
}
@media (max-width: 1400px) {
  .product .details .detail .inf .value {
    font-size: 1.1rem;
  }
}
@media (max-width: 500px) {
  .product .details .detail .inf .value {
    font-size: 1rem;
  }
}
.product .main_paragraph {
  line-height: 1.8;
  color: var(--secondary);
  font-size: 1.2rem;
  margin: 4rem 0;
  margin-top: 4rem;
}
@media (max-width: 1400px) {
  .product .main_paragraph {
    margin-top: 2rem;
  }
}
@media (max-width: 1000px) {
  .product .main_paragraph {
    font-size: 1rem;
  }
}
.product .inf_data {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 7rem;
  gap: 2rem;
}
.product .inf_data .accordionjs {
  width: calc(50% - 1rem);
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 650px) {
  .product .inf_data .accordionjs {
    width: 100%;
  }
}
.product .inf_data .accordionjs .acc_section {
  border-radius: 0.7rem;
}
.product .inf_data .accordionjs .acc_head {
  height: 4rem;
  min-height: 4rem;
  display: flex;
  align-items: center;
  padding: 1.5rem;
  font-family: "Poppins-SemiBold";
  font-size: 1.1rem;
}
.product .inf_data .accordionjs .acc_head .icon {
  width: 1.2rem;
  height: 1.2rem;
  background: black;
  margin-left: auto;
  transition: 0.3s;
}
.product .inf_data .accordionjs .acc_content img {
  width: 100%;
}
.product .inf_data .accordionjs .acc_section.acc_active .acc_head .icon {
  transform: rotate(180deg);
}

.main.product {
  margin-top: 0;
}/*# sourceMappingURL=producto.css.map */