body {
  font-family: "Montserrat", sans-serif;
  background-color: #F8F8F8;
}

.container {
  max-width: 1720px;
}

.title__home {
  text-transform: uppercase;
  text-align: center;
  font-size: 96px;
  font-weight: 700;
  color: #D2D2D2;
}
@media (max-width: 1500px) {
  .title__home {
    font-size: 70px;
  }
}
@media (max-width: 567px) {
  .title__home {
    font-size: 35px;
  }
}

.link__stroke {
  --underline-color: #A58C55; /* valor por defecto */
  position: relative;
  text-decoration: none;
  color: var(--underline-color);
  padding-bottom: 4px;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
@media (max-width: 567px) and (max-width: 567px) {
  .link__stroke {
    font-size: 14px;
  }
}
.link__stroke:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20%;
  height: 2px;
  background: var(--underline-color);
  transition: width 0.3s ease;
}
.link__stroke:hover::after {
  width: 100%;
}

.title-seccion {
  text-align: start;
  margin-bottom: 40px;
}

input[type=checkbox] {
  border: 1px solid rgba(0, 0, 0, 0.5);
}

label {
  color: black;
}

.catalogo-page .filtros-area .filtros-global {
  display: block;
  cursor: pointer;
}
.catalogo-page .filtros-area .disponibilidad, .catalogo-page .filtros-area .ordenar, .catalogo-page .filtros-area .precio {
  display: none;
}

.mis-compras-page .title-seccion, .cambiar-contrasena-page .title-seccion {
  text-align: center;
}

.header {
  width: 100%;
  position: inherit;
  background-color: white;
  transition: all 0.3s;
}
.header.active {
  position: fixed;
}
.header.inicio {
  position: fixed;
  background-color: transparent;
}
.header.inicio .header__element a {
  color: white !important;
}
.header.inicio .header__element button {
  color: white !important;
}
.header.inicio .header__logo .logo__white {
  display: block;
}
.header.inicio .header__logo .logo__dark {
  display: none;
}
.header.inicio .dropdown-menu {
  padding: 20px;
}
.header.inicio .dropdown-menu a {
  color: black !important;
  padding: 5px 0;
}
.header.inicio .enlaces a {
  color: white;
}
.header__area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__content {
  display: flex;
  width: 10%;
  justify-content: end;
  gap: 40px;
}
@media (max-width: 450px) {
  .header__content {
    gap: 18px;
  }
}
.header__content.header__right {
  justify-content: start;
  gap: 0;
}
@media (max-width: 992px) {
  .header__content.header__right {
    gap: 40px;
  }
}
@media (max-width: 450px) {
  .header__content.header__right {
    gap: 18px;
  }
}
.header__element a {
  display: flex;
  align-items: center;
  font-size: 12px;
  gap: 6px;
  color: black !important;
  cursor: pointer;
}
@media (max-width: 767px) {
  .header__element a span {
    display: none;
  }
}
.header__element a .icono {
  font-size: 24px;
}
.header__element a .icono.buscador {
  font-size: 21px;
}
.header__element .bolsa {
  gap: 0;
}
.header__element .bolsa a {
  position: relative;
}
.header__element .bolsa span {
  position: absolute;
  bottom: -10px;
  left: 12px;
  font-size: 12px;
  width: 20px;
  height: 20px;
  background-color: black;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
}
.header__element button {
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  font-size: 12px;
  gap: 6px;
  color: black !important;
  cursor: pointer;
}
@media (max-width: 767px) {
  .header__element button span {
    display: none;
  }
}
.header__element button .icono {
  font-size: 24px;
}
.header__element button .icono.buscador {
  font-size: 21px;
}
.header__element .menu-hamburguesa {
  display: none;
}
@media (max-width: 992px) {
  .header__element .menu-hamburguesa {
    display: block;
  }
}
.header__logo {
  display: flex;
  flex: 1;
  height: 48px;
  align-items: center;
}
.header__logo a img {
  width: 100%;
}
.header__logo a {
  max-width: 158px;
  margin: 0 auto;
}
@media (max-width: 450px) {
  .header__logo a {
    max-width: 100px;
  }
}
.header__logo .logo__white {
  display: none;
}
.header .enlaces {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .header .enlaces {
    display: none;
  }
}
.header .enlaces a {
  color: black;
  font-weight: 400;
  margin-top: 30px;
  font-size: 15px;
}

header .dropdown-menu {
  padding: 20px;
  border: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header .dropdown-menu h5 {
  margin-bottom: 0;
}
header .dropdown-menu p {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}
header .dropdown-menu a {
  padding: 5px 0;
}
header .header-responsive {
  display: block;
}
header .header-responsive .drawer .drawe-inner .enlaces {
  display: flex;
  flex-direction: column;
}
header .header-responsive .drawer .drawe-inner .enlaces a {
  color: black;
}

.producto-item {
  text-align: start;
  display: flex;
  background-color: white;
  margin-top: 20px;
}
.producto-item .producto {
  border-radius: 0;
  max-width: 100%;
  padding: 62px 50px;
  width: 100%;
}
.producto-item .producto .nombre {
  margin-top: 15px;
}
.producto-item .producto .nombre h3 {
  font-size: 14px;
  color: black;
  font-weight: 600;
}
.producto-item .producto .foto {
  max-width: 261px;
  margin: 0 auto;
}
.producto-item .producto .foto img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.producto-item .producto .info {
  text-align: start;
}
.producto-item .producto .info .precio p {
  color: #A58C55;
  font-weight: 400;
}
.producto-item .producto .boton {
  display: none;
}

.catalogo-page .productos-area {
  margin-top: 40px;
}

footer {
  background-color: white;
}
footer .footer__area {
  display: flex;
  justify-content: space-between;
  padding: 80px 20px;
}
@media (max-width: 767px) {
  footer .footer__area {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 20px;
  }
}
footer .footer__area .logo__area .logo {
  max-width: 190px;
}
@media (max-width: 767px) {
  footer .footer__area .logo__area .logo {
    margin: 0 auto;
  }
}
footer .footer__area .logo__area .logo img {
  width: 100%;
}
footer .footer__area .logo__area .description {
  font-size: 14px;
  max-width: 257px;
  font-weight: 600;
  margin-top: 20px;
}
@media (max-width: 767px) {
  footer .footer__area .logo__area .description {
    margin: 20px auto;
  }
}
footer .footer__area ul {
  padding-left: 0;
  list-style: none;
}
footer .footer__area ul li {
  margin-bottom: 12px;
}
footer .footer__area ul li a {
  color: black;
}
@media (max-width: 767px) {
  footer .footer__area ul li a .contact__item .titulo {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 10px;
  }
}
footer .footer__area .contact__area .contact__item .titulo {
  display: flex;
  align-items: center;
  gap: 18px;
}
footer .footer__area .contact__area .contact__item .info {
  font-weight: 500;
}
footer .footer__area .title_item {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.home__page .banner__section {
  height: 90vh;
  overflow: hidden;
}
@media (max-width: 992px) {
  .home__page .banner__section {
    height: 80vh;
  }
}
.home__page .banner__section .banner_video {
  position: relative;
  height: 100%;
}
.home__page .banner__section .banner_video:after {
  position: absolute;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.15);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 45%, rgb(0, 0, 0) 100%);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.home__page .banner__section .banner_video .banner__text {
  position: absolute;
  bottom: 80px;
  left: 90px;
  color: white;
}
@media (max-width: 1200px) {
  .home__page .banner__section .banner_video .banner__text {
    bottom: 40px;
    left: 50px;
  }
}
@media (max-width: 567px) {
  .home__page .banner__section .banner_video .banner__text {
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    padding: 15px;
  }
}
.home__page .banner__section .banner_video .banner__text .text__title {
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .home__page .banner__section .banner_video .banner__text .text__title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .home__page .banner__section .banner_video .banner__text .text__title {
    font-size: 28px;
  }
}
.home__page .banner__section .banner_video .banner__text .text__subtitle {
  font-size: 18px;
}
@media (max-width: 992px) {
  .home__page .banner__section .banner_video .banner__text .text__subtitle {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .home__page .banner__section .banner_video .banner__text .text__subtitle {
    font-size: 14px;
  }
}
.home__page .banner__section .banner_video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home__page .categories__section {
  margin: 40px 0;
}
.home__page .categories__section .categories__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .home__page .categories__section .categories__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.home__page .categories__section .categories__list .categories__item {
  width: 100%;
  flex: 1;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  padding: 40px 50px;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .home__page .categories__section .categories__list .categories__item {
    padding: 20px;
  }
}
.home__page .categories__section .categories__list .categories__item .item__title {
  font-size: 25px;
  font-weight: 500;
}
@media (max-width: 567px) {
  .home__page .categories__section .categories__list .categories__item .item__title {
    font-size: 20px;
    font-weight: 600;
  }
}
.home__page .categories__section .categories__list .categories__item .item__img {
  width: 100%;
  max-width: 177px;
  height: 155px;
}
.home__page .categories__section .categories__list .categories__item .item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home__page .banner-disccount {
  background-color: black;
  color: white;
  padding: 100px 0;
}
.home__page .banner-disccount .banner__disccount__area {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.home__page .banner-disccount .disccount__title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  .home__page .banner-disccount .disccount__title {
    font-size: 30px;
    font-weight: 600;
  }
}
.home__page .banner-disccount .disccount__subtitle {
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  .home__page .banner-disccount .disccount__subtitle {
    font-size: 16px;
  }
}
.home__page .banner-disccount a {
  font-weight: 500;
}
.home__page .product-section {
  padding: 110px 0 0;
}
.home__page .product-section .title__home {
  line-height: 1.1;
}
.home__page .product-section .product__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .home__page .product-section .product__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.home__page .product-section .product__list .item {
  width: 100%;
}
@media (max-width: 567px) {
  .home__page .product-section .product__list .item .producto-item .producto {
    padding: 10px 12px;
  }
}
.home__page .product-section .product__list .item .producto-item .foto {
  width: 100%;
}
.home__page .product-section .product__top__section {
  margin-top: 110px;
  padding: 0 20px;
}
.home__page .product-section .product__top__section .product__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home__page .product-section .product__top__section .product__top .product__area {
  padding: 30px;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 992px) {
  .home__page .product-section .product__top__section .product__top .product__area {
    padding: 50px 0;
    text-align: center;
  }
}
.home__page .product-section .product__top__section .product__top .product__area .title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 31px;
}
@media (max-width: 567px) {
  .home__page .product-section .product__top__section .product__top .product__area .title {
    font-size: 30px;
  }
}
.home__page .product-section .product__top__section .product__top .product__area .imagen {
  margin-bottom: 31px;
}
.home__page .product-section .product__top__section .product__top .product__area .nombre {
  margin-bottom: 31px;
  font-weight: 600;
}
.home__page .product-section .product__top__section .product__top .product__area .costo span {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: line-through;
}
.home__page .product-section .product__top__section .product__top .imagen__banner {
  width: 50%;
}
@media (max-width: 992px) {
  .home__page .product-section .product__top__section .product__top .imagen__banner {
    display: none;
  }
}
.home__page .cta__button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  margin-top: 110px;
}
.home__page .cta__button .imagen {
  width: 50%;
}
@media (max-width: 767px) {
  .home__page .cta__button .imagen {
    display: none;
  }
}
.home__page .cta__button .imagen img {
  width: 100%;
}
.home__page .cta__button .cta__area {
  width: 50%;
  padding: 40px;
}
@media (max-width: 767px) {
  .home__page .cta__button .cta__area {
    text-align: center;
    width: 100%;
    padding: 70px 40px;
  }
}
@media (max-width: 767px) {
  .home__page .cta__button .cta__area .link__stroke {
    margin: 0 auto;
  }
}
.home__page .cta__button .cta__area .cta__title {
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .home__page .cta__button .cta__area .cta__title {
    font-size: 30px;
  }
}
.home__page .cta__button .cta__area .cta__subtitle {
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .home__page .cta__button .cta__area .cta__subtitle {
    font-size: 18px;
  }
}
.home__page .service__section {
  padding: 60px 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home__page .service__section .service__item {
  flex: 1;
  text-align: center;
  border-right: 1px solid #D5D5D5;
  padding: 20px 20px;
  min-width: 200px;
}
@media (max-width: 783px) {
  .home__page .service__section .service__item {
    border-right: none;
  }
}
.home__page .service__section .service__item:last-child {
  border-right: none;
}
.home__page .service__section .service__item .service__title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.home__page .service__section .service__item .service__subtitle {
  font-size: 13px;
  color: #B4B4B4;
}

.detalle-producto-page .producto-detalle .fotos {
  background-color: white;
}
.detalle-producto-page .descripcion-producto .descripcion span.title-descripcion-producto {
  background-color: transparent;
}
