@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Arial", sans-serif;
  background-color: #f8f9fa;
  color: #333;
  font-family: "Campton-Light";
  width: 100%;
  max-width: 1440px;
  margin: 0 auto !important;
}

.logo img {
  height: 105px;
  border-radius: 50%;
}

.border-b {
  border-bottom: solid 1px #E2E2E2;
  width: 100%;
}

.button {
  background-color: #db4445;
  color: white;
  padding: 10px 20px;
  border: none !important;
  border-radius: 5px;
}
.button:hover {
  background-color: #0a1726 !important;
}

.cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-item i.fa-regular.fa-circle-xmark {
  color: black;
  cursor: pointer;
}

.container-p {
  width: 300px;
  margin: auto;
  padding: 20px;
}

input, button {
  width: 100%;
  padding: 10px;
  margin: 5px 0;
}

/* Barra superior (franja) */
.top-banner {
  background-color: #db4445;
  color: white;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  z-index: 10;
  position: relative;
  font-family: "Campton-Book";
}

.social-icons {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.social-icon {
  margin-left: 15px;
  color: white;
  font-size: 20px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.social-icon:hover {
  color: #ddd;
}

/* End -> Barra superior (franja) */
/* Estilos generales para la barra de navegación */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 16px 20px !important;
  z-index: 1000;
  position: relative;
  background: #db4445;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}
.navbar i.fa-solid.fa-cart-shopping {
  color: #fff !important;
}
.navbar .hamburger {
  display: none; /* Oculto por defecto */
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 21px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.navbar .hamburger span {
  width: 100%;
  height: 3px;
  background-color: white;
}
.navbar ul {
  background: #db4445;
}
.navbar .logo p {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  color: #fff;
  font-family: "Campton-Semibold";
}
.navbar .nav-links {
  display: flex;
  list-style-type: none;
  margin: 0;
}
.navbar .nav-links li {
  margin: 0 15px;
}
.navbar .nav-links li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  padding: 5px 10px;
  font-family: "Campton-Book";
  transition: transform 0.3s ease, color 0.3s ease;
}
.navbar .nav-links li a:hover {
  transform: translateY(-5px) scale(1.2); /* Agrega zoom con scale() y movimiento hacia arriba */
  color: #fff; /* Cambia el color del texto */
}
.navbar .search-cart {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
}
.navbar .search-cart input {
  padding: 10px 40px 10px 10px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #ccc;
  width: 317px!important;
}
.navbar .search-cart input:placeholder {
  color: #999;
}
.navbar .search-cart input::before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
}
.navbar .cart a {
  font-size: 20px;
  text-decoration: none;
  color: #000000;
}
.navbar .cart a:hover {
  color: #db4445;
}

/* End --> Estilos generales para nav */
/*  Estilos generales para Auth */
.footer {
  background-color: #db4445;
  color: white;
}

/* End --> Estilos generales para Auth */
/*  Estilos generales para Auth */
.auth-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.container-p {
  width: 300px;
  padding: 10px 20px !important;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background-color: white;
}

input, button {
  width: 100%;
  padding: 10px;
  margin: 5px 0;
}

.btn-primary {
  background-color: #db4445 !important;
  border: 1px solid #db4445 !important;
}
.btn-primary.btn-pagar {
  position: absolute;
  bottom: 10px;
  width: 88%;
}

button {
  background-color: #db4445;
  color: white;
  border: none;
  border-radius: 5px;
}

button.remove-from-cart {
  width: auto;
  background: none;
  position: absolute;
  right: 0px;
}
button.remove-from-cart:hover {
  background-color: transparent;
}

/*  End --> Estilos generales para Auth */
.banner-home {
  padding: 10px;
}
.banner-home .d-flex-banner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-home .custom-category-menu {
  width: 20%;
  background-color: #fff;
  padding: 1rem;
  height: 300px;
  position: relative;
}
.banner-home .custom-category-menu:before {
  border-right: solid 2px #c6c6c6 !important;
  content: "";
  height: 98%;
  right: 10%;
  top: 0px;
  position: absolute;
}
.banner-home .custom-category-menu h3 {
  font-size: 1.5rem;
  color: #000;
  margin-bottom: 1rem;
}
.banner-home .custom-category-menu ul {
  list-style: none;
  padding: 0;
}
.banner-home .custom-category-menu ul li {
  margin-bottom: 0.5rem;
}
.banner-home .custom-category-menu ul li a {
  text-decoration: none;
  color: #000;
  font-size: 1rem;
}
.banner-home .custom-category-menu ul li a:hover {
  color: #000;
}
.banner-home .custom-featured-image {
  width: 80%;
  position: relative;
  height: 300px;
}
.banner-home .custom-featured-image img {
  width: 100%;
  height: 300px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.banner-home .custom-featured-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  z-index: 1;
}

.container-p {
  width: 100%;
  max-width: 1440px;
}

#product-list {
  padding-bottom: 20px;
}

.add-class {
  margin: 10px 0px 10px 0px;
  float: right;
  width: 100%;
  text-align: right;
}
.add-class button {
  width: 41%;
  border-radius: 5px !important;
}

.card {
  border: none !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  padding: 0px !important;
}
.card .card-text {
  text-align: left;
  font-family: "Campton-Book", sans-serif;
  font-size: 18px;
  color: #db4445;
  margin-bottom: 0px;
}
.card .card-title {
  margin-bottom: 0px;
}
.card .comprar-btn {
  margin-top: 0px !important;
}

.card::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: transparent;
  border: 2px solid transparent;
  border-radius: 50%;
  transition: all 0.5s ease;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}

.card-img-top {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  height: 158px !important;
  transition: transform 0.3s ease;
}

.card:hover .card-img-top {
  transform: scale(1.05);
}

.auth-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f4f4f4;
}

.auth-box {
  display: flex;
  justify-content: space-between;
  width: 80%;
  max-width: 1200px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 10px;
}

.image-container {
  flex: 1;
  background-image: url("path-to-your-image.jpg"); /* Cambia esto por la ruta de tu imagen */
  background-size: cover;
  background-position: center;
  border-radius: 10px 0 0 10px;
}

.form-container {
  flex: 1;
  padding: 30px;
}

.register-section,
.login-section {
  margin-bottom: 20px;
}

h2 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #333;
}

input {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

button {
  width: 100%;
  padding: 12px;
  background-color: #db4445; /* Rojo */
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
button .btn.btn-primary {
  border: none !important;
}

button:hover {
  background-color: #b93a3d; /* Rojo oscuro */
}

p {
  text-align: center;
  font-size: 14px;
}

a {
  color: #db4445;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Diseño  Sesion Estilo*/
.auth-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.auth-box {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.auth-box .image-container {
  flex: 1;
  background: url("../../resources/img/banner-granada.jpg") no-repeat center center;
  background-size: cover;
  border-radius: 10px 0 0 10px;
}

.auth-box .form-container {
  flex: 1;
  padding: 40px;
}

.auth-box h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.auth-box input {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.auth-box button {
  width: 100%;
  padding: 12px;
  background-color: #0067c7;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
}

.auth-box button:hover {
  background-color: #0067c7;
}

.auth-box .form-container p {
  text-align: center;
  font-size: 0.9rem;
  color: #888;
}

.auth-box .form-container a {
  color: #0067c7;
  text-decoration: none;
}

.auth-box .form-container a:hover {
  text-decoration: underline;
}

/* End --> Diseño  Sesion Estilo*/
/* Estilo para el sider -  carrito */
#sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  opacity: 0;
  background-color: #111;
  color: white;
  overflow-x: hidden;
  transition: width 0.5s, opacity 0.5s;
  padding: 20px;
  background: white;
  color: #000;
  border-left: solid 2px #db4445;
}

.close-btn {
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 20px;
}

.search-cart {
  display: flex;
  align-items: center;
  margin: 20px;
}

.cart {
  cursor: pointer;
  margin-left: 10px;
}

#cart-items {
  margin-top: 100px;
}

.cart-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
}

.cart-item img {
  width: 50px;
  height: auto;
  margin-right: 10px;
  border-radius: 5px;
}

.search-cart {
  display: flex;
  align-items: center;
  margin: 20px;
}

.search-cart input {
  padding: 5px;
  font-size: 16px;
}

.cart {
  cursor: pointer;
  margin-left: 10px;
}

.card {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 20px;
}
.card .product-link {
  color: white !important;
  text-decoration: none !important;
}

.card-img-top {
  width: 100%;
  height: auto;
}

.cart-item {
  display: flex;
  color: #db4445;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #444;
}

.border-b {
  border-bottom: solid 1px #E2E2E2;
  width: 100%;
}

/* End Estilo para el sider -  carrito */
a.product-link {
  font-size: 12px;
  text-decoration: none;
  color: #000;
}

form#checkoutForm {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  padding: 30px;
  border-radius: 15px;
}

.text-name {
  font-size: 39px;
  color: #db4445;
  font-family: "Campton-Book", sans-serif;
}

.navbar.bg-success {
  background-color: #db4445 !important;
}

a.nav-link {
  color: white !important;
}

button.btn.btn-primary.me-2 {
  height: auto !important;
}

@media screen and (max-width: 768px) {
  .product-link {
    font-size: 14px !important;
  }
  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    left: 0;
    background-color: #333;
  }
  .add-class button {
    width: 100%;
    justify-content: center;
    gap: 5px;
    align-items: center;
    display: flex;
    border-radius: 5px !important;
  }
  .add-class {
    margin: 4px 0px 3px 0px;
    float: right;
    width: 100%;
    font-size: 12px !important;
    text-align: right;
  }
  .nav-links li {
    text-align: center;
    margin: 1rem 0;
  }
  .hamburger {
    display: flex !important;
  }
  .nav-active {
    display: flex;
  }
  .navbar {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 20px;
  }
  .navbar ul {
    padding-left: 0px !important;
    position: relative !important;
  }
  .navbar .search-cart input {
    width: auto !important;
  }
  .nav-links.active {
    display: flex;
  }
  .d-flex-banner {
    flex-wrap: wrap;
  }
  .d-flex-banner .custom-featured-image {
    width: 100%;
  }
  .d-flex-banner .custom-category-menu {
    height: auto !important;
    position: absolute;
  }
  .d-flex-banner .custom-category-menu:before {
    border: none !important;
  }
  .d-flex-banner .custom-category-menu .banner-home .custom-category-menu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: column;
  }
  .menu-toggle {
    display: block;
    font-size: 30px;
    cursor: pointer;
  }
  .search-cart {
    display: none;
  }
  .navbar .logo p {
    font-size: 20px;
  }
  .nav-links ul {
    flex-direction: column;
    padding: 20px 0;
  }
  .nav-links li {
    margin: 10px 0;
  }
  .auth-box {
    flex-direction: column;
    padding: 10px;
  }
  .auth-box .image-container {
    display: none;
  }
  .auth-box .form-container {
    padding: 20px;
  }
  .auth-box h2 {
    font-size: 1.5rem;
  }
  .auth-box input {
    font-size: 1rem;
  }
  .auth-box button {
    font-size: 1.2rem;
    padding: 14px;
  }
  /* Barra superior (franja) */
  .custom-category-menu {
    width: 100% !important;
  }
  .custom-featured-image {
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  .auth-box h2 {
    font-size: 1.2rem;
  }
  .auth-box input {
    font-size: 0.9rem;
  }
  .auth-box button {
    font-size: 1rem;
    padding: 10px;
  }
  .auth-box .form-container p {
    font-size: 0.8rem;
  }
}
@font-face {
  font-family: "Campton-Semibold";
  src: url("/fonts/Campton-SemiBold.woff2") format("woff2"), url("/fonts/Campton-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Campton-Book";
  src: url("/fonts/Campton-Book.woff2") format("woff2"), url("/fonts/Campton-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Campton-Light";
  src: url("/fonts/Campton-Light.woff2") format("woff2"), url("/fonts/Campton-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.font-semibold {
  font-family: "Campton-Semibold", sans-serif;
  font-weight: 600;
}

.font-book {
  font-family: "Campton-Book", sans-serif;
  font-weight: normal;
}

.font-light {
  font-family: "Campton-Light", sans-serif;
  font-weight: 300;
}

.size-xs {
  font-size: 12px;
}

.size-sm {
  font-size: 15px;
  line-height: 16px;
}

.size-md {
  font-size: 20px !important;
  line-height: 32px;
}

.size-lg {
  font-size: 60px;
}

.size-xl {
  font-size: 80px;
  line-height: 90px;
}

.size-xxl {
  font-size: 90px;
  line-height: 85px;
}/*# sourceMappingURL=style.css.map */