.rubik {
  font-family: "Rubik", sans-serif !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  font-style: normal !important;
}

code {
  font-size: 14px !important;
}

/* Mixins */
/* Liquid Glass Mixin  */
/* Button Comprar Mixin */
.button-comprar {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.button-comprar .button-comprar-g,
.button-comprar .button-ver-mas-g {
  border-radius: 50px;
  padding: 5px 20px;
  box-shadow: 0 2px 8px rgba(41, 40, 40, 0.2);
}
.button-comprar .button-comprar-g a,
.button-comprar .button-ver-mas-g a {
  color: #FFFFFF;
  text-align: center;
  font-family: "Graphik", sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: block;
  text-decoration: none;
}
.button-comprar .button-comprar-g {
  background-color: #0088FF;
}
.button-comprar .button-ver-mas-g {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

header {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  top: 20px;
  z-index: 100;
}
header nav {
  padding: 0 !important;
}
header nav div {
  padding: 0px 20px !important;
}
header nav div a img {
  width: 70px;
}
header nav div button {
  background-color: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(15px);
  border: 0.5px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
  display: flex;
  padding: 4px !important;
  justify-content: center;
  align-items: center;
  color: none !important;
  border: none !important;
}
header nav div button .navbar-toggler-icon {
  filter: invert(1) !important; /* Para que el icono se vea blanco */
  color: none !important;
}
header nav div div div {
  padding-top: 0px !important;
  padding-bottom: 25px !important;
}
header nav div div div .nav-link {
  text-align: center;
  color: #FFFFFF !important; /* Bootstrap tiene una clase que superpone esta orden */
  font-family: "Rubik", sans-serif !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  font-style: normal !important;
}
header {
  /* Media Querie Desktop */
}
@media (min-width: 900px) {
  header nav, header div, header div, header div {
    justify-content: end;
  }
}
header::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(15px);
  border: 0.5px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
  z-index: 0;
  border-radius: 20px;
}

footer {
  background-color: #FBDDAD;
  padding: 20px 0px;
  border-radius: 30px 30px 0px 0px;
}
footer p {
  text-align: center;
  font-family: "Graphik", sans-serif;
  font-weight: 600;
  font-size: 16px;
}

.hero {
  padding-top: 150px;
  position: relative;
  min-height: 100vh;
  z-index: 0;
  /* background: linear-gradient(180deg, #878686 0%,#CDCBC0 100%); */
}
.hero h5 {
  color: #FFFFFF;
  font-family: "Graphik", sans-serif;
  font-size: 15px;
  text-align: center;
  margin: 0;
}
.hero h1 {
  color: #FFFFFF;
  font-family: "Graphik", sans-serif;
  font-weight: 900;
  font-size: 64px;
  text-align: center;
}
.hero p {
  color: #FFFFFF;
  font-family: "Graphik", sans-serif;
  font-size: 16px;
  width: 85%;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.hero .img-caja-ilus {
  position: absolute;
  top: 230px !important;
  width: 100%;
}
.hero .button-comprar {
  position: relative;
  z-index: 10 !important;
}
.hero .redes-sociales-maderamia {
  position: absolute;
  padding: 10px;
  border-radius: 50px;
  top: 50%;
  left: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}
.hero .redes-sociales-maderamia .pre-img-redes {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.hero .redes-sociales-maderamia .pre-img-redes a img {
  margin: 5px 0;
  width: 30px;
}

.destacados {
  padding: 50px 0;
  background-color: white;
}
.destacados h3 {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-left: 20px;
  margin-bottom: 25px;
  color: black;
}
.destacados .cards-productos-destacados {
  overflow-x: auto; /* Habilita el desplazamiento horizontal */
  display: flex;
  margin: 0 auto;
  gap: 30px;
  padding: 0 40px;
  scroll-snap-type: x mandatory;
}
.destacados .cards-productos-destacados .card-destacados {
  /* Imagen de fondo */
  background-image: url("/assets/img/2.png");
  background-size: cover; /* que cubra toda la card */
  background-position: center; /* centrado */
  background-repeat: no-repeat; /* que no se repita */
  /* Estilos generales  */
  border-radius: 30px;
  width: 200px;
  height: 480px;
  position: relative;
  flex: 0 0 100%; /* ocupa el 100% del ancho visible, by chat gpt */
  max-width: 320px;
  margin: 0 auto;
  scroll-snap-align: center;
  white-space: normal;
}
.destacados .cards-productos-destacados .card-destacados span {
  font-family: graphik, sans-serif;
  font-weight: 1000;
  font-size: 16px;
  color: white;
  position: absolute;
  bottom: 132px;
  left: 10px;
}
.destacados .cards-productos-destacados .card-destacados img {
  display: none;
}
.destacados .cards-productos-destacados .card-destacados h4 {
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: white;
  position: absolute;
  bottom: 115px;
  left: 10px;
}
.destacados .cards-productos-destacados .card-destacados .card-sub {
  position: absolute;
  bottom: 80px;
  left: 10px;
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: white;
}
.destacados .cards-productos-destacados .card-destacados .card-desc {
  position: absolute;
  top: 385px;
  left: 10px;
  right: 10px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: white;
}
.destacados .cards-productos-destacados .card-destacados a {
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 50px;
  padding: 5px;
  text-decoration: none;
  font-family: graphik, sans-serif;
  font-weight: 900;
  font-size: 14px;
  color: black;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.info-box {
  background-color: white;
  height: 700px;
  padding-top: 60px;
  padding-bottom: 110px;
}
.info-box h2 {
  position: relative;
  margin: 0px 0px -50px 0px;
  z-index: 2;
  font-family: caveat;
  font-weight: 400;
  font-size: 50px;
  text-align: center;
}
.info-box h2 span {
  color: #FEA964;
}
.info-box .box-frente-div {
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.2);
  z-index: 1;
  position: relative;
  /* Imagen de fondo */
  background-image: url("/assets/img/caja-frente.png");
  background-size: cover; /* que cubra toda la card */
  background-position: center; /* centrado */
  background-repeat: no-repeat; /* que no se repita */
  background-color: #FBDDAD;
  margin: 20px;
  padding: 10px;
  border-radius: 10px;
  height: 500px;
}
.info-box .box-frente-div p {
  margin: 30px 0px 0px 0px;
  font-family: graphik, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: white;
  text-align: center;
}
.info-box .box-frente-div .button-comprar {
  position: absolute;
  width: max-content;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}

.como-hacemos-las-box {
  background-color: #FFFFFF;
  padding-top: 90px;
  padding-bottom: 120px;
  padding-left: 20px;
  padding-right: 20px;
}
.como-hacemos-las-box h2 {
  font-size: 40px;
  font-weight: 1000;
  font-family: graphik, sans-serif;
  color: #292828;
  margin-bottom: 20px;
  text-align: center;
}
.como-hacemos-las-box p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
  font-family: graphik, sans-serif;
  color: #FEA964;
  text-align: center;
}
.como-hacemos-las-box div {
  margin-top: 30px;
  border-radius: 30px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}
.como-hacemos-las-box div img {
  width: 100%;
  height: 240px;
  border-radius: 30px;
}

.porque-nosotros {
  position: relative;
  padding-top: 20px;
  padding-bottom: 150px;
  background-color: #FFFFFF;
}
.porque-nosotros h2 {
  text-align: center;
  font-family: "Graphik", sans-serif;
  font-weight: 600;
  font-size: 42px;
  margin-bottom: 40px;
}
.porque-nosotros .porque-nosotros-div-liquid {
  position: relative;
  z-index: 2;
  width: 85%;
  margin: 0 auto;
  padding: 10px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}
.porque-nosotros .porque-nosotros-div-liquid p {
  text-align: center;
  font-family: "Graphik", sans-serif;
  font-weight: 600;
  font-size: 16px;
  font-size: 15px;
  font-weight: 400;
}
.porque-nosotros img {
  z-index: 1;
  position: absolute;
  width: 350px;
  height: 530px;
  top: 250px;
  right: -80px;
}

.faq {
  padding-top: 60px;
  padding-bottom: 60px;
}
.faq h2 {
  text-align: center;
  font-family: "Graphik", sans-serif;
  font-weight: 600;
  font-size: 42px;
}
.faq p {
  text-align: center;
  font-family: "Graphik", sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px;
}
.faq .faq-div {
  width: 80%;
  margin: 0 auto;
}
.faq .faq-div .accordion-button {
  background-color: #FEA964;
  box-shadow: none;
  font-size: 16px;
  font-family: "Graphik";
  font-weight: 900;
}
.faq .faq-div .accordion-item {
  border: none !important;
}

.contacto {
  padding-top: 60px;
  padding-bottom: 60px;
}
.contacto h2 {
  text-align: center;
  font-family: "Graphik", sans-serif;
  font-weight: 600;
  font-size: 42px;
  margin-bottom: 20px;
}
.contacto div p {
  text-align: center;
  font-family: "Graphik", sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 30px;
}
.contacto div div {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.contacto div div a {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
  padding: 10px;
  border-radius: 30px;
}
.contacto div div a img {
  width: 80px;
}

/* Reset CSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
html body {
  background-color: #FBDDAD;
}
html body main {
  /* padding-top: 50px; */
  background-color: #FBDDAD;
}

section {
  scroll-margin-top: 80px; /* altura del header fijo */
}

.nav-link.active {
  color: #0088FF !important;
  font-weight: bold;
}

html, body { /* Bloquea el scroll horzontal */
  overflow-x: hidden;
}

/* fonts */
@font-face {
  font-family: "Graphik";
  src: url("../assets/fonts/Graphik-Light.ttf") format("truetype");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("../assets/fonts/Graphik-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("../assets/fonts/Graphik-Italic.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Graphik";
  src: url("../assets/fonts/Graphik-Medium.ttf") format("truetype");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("../assets/fonts/Graphik-Semibold.ttf") format("truetype");
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("../assets/fonts/Graphik-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("../assets/fonts/Graphik-Black.ttf") format("truetype");
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}

/*# sourceMappingURL=style.css.map */
