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

body {
  line-height: 1.1;
  overflow-x: hidden;
}

html {
  font-size: 10px;
}

:root {
  --font-Montserrat: "Montserrat", sans-serif;
  --font-Arial: Arial, Helvetica, sans-serif;
  --font-Verdana: Verdana, sans-serif;
  --font-Poppins: "Poppins", sans-serif;
  --font-opensans: "Open Sans", sans-serif;
  --font-Inter: "Inter", sans-serif; 

  /*
--font-Ubuntu: "Ubuntu", sans-serif;
--font-RobotoCondensed: "Roboto Condensed", sans-serif;
--font-BebasNeue: "Bebas Neue", sans-serif;
--font-Roboto: "Roboto", sans-serif; 
--font-Lato: "Lato", sans-serif;
--font-AbrilFatface: "Abril Fatface", serif;
--font-Quicksand: "Quicksand", sans-serif;
--font-Oswald: "Oswald", sans-serif;
--font-Nunito: "Nunito", sans-serif;
--font-Helvetica: "Helvetica", Arial, sans-serif;
--font-LenguajeSpartan: "League Spartan", sans-serif;
--font-Quicksand: "Quicksand", sans-serif;
--font-JosefinSans: "Josefin Sans", sans-serif;
--font-Myriad: "Myriad Pro", sans-serif;
*/
}

/*header*/

.container {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 20px;
}

.main-header {
  width: 100%;
  background: #f5f5f5;
}

.header-top {
  background: #f4f4f4;
  padding: 30px 0;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.header-logo img {
  height: 109px;
  width: auto;
}

.header-nav {
  margin-right: auto;
  margin-left: 70px;
}

.header-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
  align-items: center;
}

.header-nav ul li {
  position: relative;
  padding: 0 30px;
}

.header-nav ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #ccc;
}

.header-nav ul li a {
  color: #666;
  text-decoration: none;
  font-size: 16px;
  font-family: var(--font-Montserrat);
  font-weight: 400;
  transition: color 0.3s;
  display: flex;
  align-items: center;
  gap: 5px;
}

.header-nav ul li a.active::before {
  content: "▶";
  font-size: 12px;
  color: #868686;
}

.header-nav ul li a:hover {
  color: #868686;
}

.header-nav ul li a.active {
  color: #868686;
  font-weight: 600;
}
.header-social {
  display: flex;
  gap: 5px;
}

.social-icon {
  width: 40px;
  height: 40px;
  background: #454545;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.3s;
  font-size: 22px;
}

.social-icon:hover {
  background: #000;
}

.hero-section {
  background: #f4f4f4;
  padding: 10px 0 0;
  position: relative;
  padding-bottom: 100px;
}

.hero-content {
  display: flex;
  align-items: center;
  gap: 60px;
  position: relative;
}

.hero-text {
  flex: 1;
  margin-top: -100px;
}

.hero-text h2 {
  font-size: 22px;
  font-weight: 300;
  color: #666;
  font-family: var(--font-Montserrat);
  margin: 0 0 30px;
  line-height: 1.4;
}

.hero-text h2 strong {
  color: #575757;
  font-weight: 700;
}

.hero-text p {
  font-size: 22px;
  font-family: var(--font-Montserrat);
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.hero-image {
  flex: 1;
  text-align: right;
  position: relative;
  margin-left: -250px;
}

.hero-image .hero-carousel {
  position: relative;
  width: 100%;
}

.hero-image .carousel-image {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 130%;
  height: auto;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.hero-image .carousel-image:first-child {
  position: relative;
}

.hero-image .carousel-image.active {
  opacity: 1;
}

.hero-banner {
  position: absolute;
  bottom: 150px;
  right: 300px;
  z-index: 10;
  display: flex;
  align-items: stretch;
}

.banner-content {
  display: flex;
  align-items: stretch;
}

.banner-content h3 {
  color: #fff;
  background-color: #2c2c2c;
  font-size: 24px;
  font-family: var(--font-Montserrat);
  font-weight: 700;
  margin: 0;
  margin-right: 2px;
  padding: 25px 40px;
  display: flex;
  align-items: center;
}

.banner-nav {
  width: 70px;
  height: auto;
  background: #505050;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.banner-nav.prev {
  margin-right: 2px;
}

.banner-nav:hover {
  background: #6a6a6a;
}

/*topfooter*/

.ft-top {
  background-color: #3a3a3a;
  padding: 150px 0;
}

.ft-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.ft-logo {
  flex: 0 0 275px;
}

.ft-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.ft-sections {
  flex: 0 0 150px;
}

.ft-sales {
  flex: 0 0 200px;
}

.ft-visit {
  flex: 1;
  max-width: 410px;
}

.ft-title {
  font-family: var(--font-Montserrat);
  font-size: 33px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 25px 0;
}

.tag-bz {
  display: inline-block;
  background-color: #565656;
  color: #ffffff;
  font-size: 17px;
  font-family: var(--font-Montserrat);
  font-weight: 500;
  padding: 6px 12px;
  margin-left: 8px;
  vertical-align: middle;
}

.ft-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ft-menu li {
  margin-bottom: 12px;
}

.ft-menu li:before {
  content: "●";
  color: #ffffff;
  font-size: 18px;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -4px;
}

.ft-menu li a {
  font-family: var(--font-Montserrat);
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.ft-menu li a:hover {
  color: #cccccc;
}

.ft-contact {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ft-contact li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  gap: 5px;
}

.ft-contact li i {
  color: #ffffff;
  font-size: 17px;
  width: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}

.ft-contact li a,
.ft-contact li span {
  font-family: var(--font-Montserrat);
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.5;
  transition: color 0.3s ease;
}

.ft-contact li a:hover {
  color: #cccccc;
}

.ft-addr span {
  display: block;
}

/*footer*/
.main-footer {
  background-color: #282828;
  padding: 2rem 0;
}

.main-footer .container {
  max-width: 1450px;
  margin: 0 auto;
  padding: 2rem;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-privacy {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
  cursor: pointer;
}

.footer-privacy:hover {
  opacity: 0.8;
}

.footer-left p {
  color: #ffffff;
  font-size: 1.1rem;
  font-family: var(--font-Verdana);
  margin: 0;
}

.footer-right {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.footer-right span {
  color: #ffffff;
  font-size: 1.1rem;
  font-family: var(--font-Verdana);
}

.tecweb-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}

.tecweb-logo img {
  height: 20px;
  width: auto;
}

.tecweb-logo span {
  color: #ffffff;
  font-size: 1.1rem;
  font-family: Arial, sans-serif;
}

/*inicio*/

#representantes {
  background: #ffffff;
  padding: 350px 0;
}

#representantes .container {
  max-width: 1450px;
  margin: 0 auto;
}

#representantes .rep-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

#representantes .rep-logo {
  flex-shrink: 0;
}

#representantes .rep-logo-small img {
  height: 55px;
  width: auto;
  display: block;
}

#representantes .rep-logo-large img {
  height: 69px;
  width: auto;
  display: block;
}

#representantes .rep-separator-small {
  width: 1px;
  height: 100px;
  background: #d0d0d0;
}

#representantes .rep-separator-large {
  width: 1px;
  height: 130px;
  background: #d0d0d0;
}

#representantes .rep-text h2 {
  margin: 0;
  line-height: 1.2;
  font-family: var(--font-Montserrat);
  letter-spacing: -2px;
}

#representantes .rep-text .text-red {
  color: #ff2437;
  font-size: 60px;
  font-weight: 800;
}

#representantes .rep-text .text-gray {
  color: #9d9d9d;
  font-size: 60px;
  font-weight: 300;
}

#ventamym {
  background: #f4f2f2;
  padding: 80px 0;
}

#ventamym .container {
  max-width: 1450px;
  margin: 0 auto;
}

#ventamym .ventamym-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
}

#ventamym .ventamym-text {
  flex: 0 0 700px;
}

#ventamym .ventamym-text h2 {
  margin: 0 0 40px 0;
  line-height: 1.1;
  font-family: var(--font-Montserrat);
  letter-spacing: -2px;
}

#ventamym .ventamym-text .text-light {
  color: #9d9d9d;
  font-size: 90px;
  font-weight: 300;
}

#ventamym .ventamym-text .text-bold {
  color: #2c2c2c;
  font-size: 48px;
  font-weight: 800;
}

#ventamym .btn-catalogo {
  display: inline-block;
  background: #3a3a3a;
  color: #ffffff;
  padding: 18px 50px;
  font-family: var(--font-Montserrat);
  font-size: 22px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.3s;
}

#ventamym .btn-catalogo:hover {
  background: #2c2c2c;
}

#ventamym .ventamym-images {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

#ventamym .image-item {
  width: 304px;
  height: 304px;
  overflow: hidden;
}

#ventamym .image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#visit {
  background: #484848;
  padding: 130px 0;
}

#visit .visit-content {
  text-align: center;
}

#visit .visit-content h2 {
  font-family: var(--font-Montserrat);
  font-size: 48px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  margin: 0 0 5px 0;
  letter-spacing: -1px;
}

#visit .visit-content p {
  font-family: var(--font-Montserrat);
  font-size: 35px;
  font-weight: 300;
  color: #ffffff;
  margin: 0;
  letter-spacing: -1px;
}

/*tienda*/

#textHome3 {
  background: #ffffff;
  padding: 100px 0;
}

#textHome3 .products-header {
  text-align: center;
  margin-bottom: 60px;
}

#textHome3 .products-header h2 {
  font-family: var(--font-Montserrat);
  font-size: 44px;
  margin: 0;
  letter-spacing: -2px;
}

#textHome3 .title-bold {
  color: #2c2c2c;
  font-weight: 800;
}

#textHome3 .title-light {
  color: #9d9d9d;
  font-weight: 300;
}

#textHome3 .categorias-menu {
  display: flex;
  align-items: stretch;
  margin-bottom: 60px;
  overflow: hidden;
}

#textHome3 .categorias-left {
  background: #686868;
  padding: 20px 120px;
  display: flex;
  align-items: center;
}

#textHome3 .categorias-right {
  background: #454545;
  padding: 20px 10px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#textHome3 .categorias-menu strong {
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
}

#textHome3 .categorias-menu select,
#textHome3 .categorias-menu .form-control {
  background: #454545;
  border: none;
  padding: 10px 85px 10px 20px;
  font-family: var(--font-Montserrat);
  font-size: 21px;
  color: #ffffff;
  cursor: pointer;
  appearance: none;
  background-image: linear-gradient(#9d9d9d, #9d9d9d),
    url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpolygon points='12,17 6,9 18,9' fill='%23ffffff'/%3e%3c/svg%3e");
  background-repeat: no-repeat, no-repeat;
  background-position: right 65px center, right 20px center;
  background-size: 1px 27px, 28px;
  min-width: 300px;
  height: auto;
}

#textHome3 .categorias-menu select:focus,
#textHome3 .categorias-menu .form-control:focus {
  outline: 2px solid #e63946;
  box-shadow: none;
}

#textHome3 .categorias-menu select option,
#textHome3 .categorias-menu .form-control option {
  font-size: 16px;
  padding: 8px;
}

#textHome3 .subcat-card {
  position: relative;
  border: 1px solid #e0e0e0;
  border-bottom: none;
}

#textHome3 .subcat-card .product-link {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: -42px;
}

#textHome3.subcategorias-page .product-image {
  height: 270px;
  overflow: hidden;
}

#textHome3.subcategorias-page .product-info {
  padding: 0 20px;
}

#textHome3.subcategorias-page .product-name {
  font-size: 18px;
}

#textHome3 .subcat-button {
  padding: 20px;
  background: transparent;
  position: relative;
  margin-left: -1px;
  margin-right: -1px;
  margin-bottom: -1px;
  display: flex;
  justify-content: center;
}

#textHome3 .subcat-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #e0e0e0;
  z-index: 0;
}

#textHome3 .subcat-button button {
  width: auto;
  min-width: 180px;
  max-width: 80%;
  background: #eaeaea;
  color: #373737;
  border: none;
  padding: 12px 30px;
  font-family: var(--font-Montserrat);
  font-size: 16px;
  font-weight: 400;
  text-transform: initial;
  cursor: pointer;
  transition: background 0.3s;
  position: relative;
  z-index: 1;
}

#textHome3 .subcat-button button:hover {
  background: #cbcbcb;
}

#textHome3 .products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 65px;
}

#textHome3 .cnt-prods {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 65px;
  width: 100%;
  grid-column: 1 / -1;
}

#textHome3 .product-card {
  border: 1px solid #e0e0e0;
  background: #ffffff;
  transition: box-shadow 0.3s;
  display: flex;
  flex-direction: column;
}

#textHome3 .product-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

#textHome3 .product-card.agotado {
  opacity: 0.6;
}

#textHome3 .product-link {
  text-decoration: none;
  display: block;
  flex: 1;
  display: flex;
  flex-direction: column;
}

#textHome3 .product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  overflow: hidden;
}

#textHome3 .product-image img {
  max-width: 250px;
  max-height: 250px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

#textHome3 .product-info {
  padding: 0 20px 20px;
  text-align: center;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

#textHome3 .product-name {
  font-family: var(--font-Montserrat);
  font-size: 21px;
  font-weight: 700;
  color: #2c2c2c;
  margin: 0;
  line-height: 1.4;
  text-transform: uppercase;
}

#textHome3 .product-footer {
  display: flex;
  align-items: stretch;
  gap: 5px;
  margin: auto 20px 20px 20px;
}

#textHome3 .product-price {
  font-family: var(--font-Montserrat);
  color: #4f4f4f;
  background: #eaeaea;
  flex: 1;
  display: flex;
  align-items: flex-end;
  padding: 20px 20px 20px 30px;
}

#textHome3 .price-symbol,
#textHome3 .price-decimal {
  font-size: 18px;
  font-weight: 400;
  align-self: flex-end;
  line-height: 1;
  padding-bottom: 2px;
}

#textHome3 .price-amount {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

#textHome3 .product-cart {
  width: 80px;
  background: #484848;
  border: none;
  color: #ffffff;
  cursor: pointer;
  transition: background 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

#textHome3 .product-cart:hover {
  background: #2c2c2c;
}

#textHome3 .product-card.agotado .product-cart {
  cursor: not-allowed;
  opacity: 0.5;
}

/*carrito*/
@keyframes bounceInCart {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

#icoCartP {
  background-color: #434343;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: fixed;
  bottom: 200px;
  right: 20px;
  z-index: 999;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  animation: bounceInCart 0.8s ease-out 0.3s both;
}

#icoCartP:hover {
  transform: scale(1.1);
}

#icoCartP .cart-icon-img {
  width: 30px;
  height: 30px;
  display: block;
  filter: brightness(0) invert(1);
}

#icoCartP .cart-counter {
  color: white;
  font-family: var(--font-Poppins);
  font-size: 18px;
  font-weight: 400;
  display: block;
}

#icoCartP.aunnohayPcAR {
  opacity: 0.5;
}

/* WhatsApp */
@keyframes bounceInWhatsApp {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

#icoWhatsApp {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 999;
  transition: transform 0.3s ease;
  display: block;
  animation: bounceInWhatsApp 0.8s ease-out 0.5s both;
}

#icoWhatsApp:hover {
  transform: scale(1.1);
}

#icoWhatsApp img {
  width: 80px;
  height: 80px;
  display: block;
}

/*empresa*/

#about {
  background: #f2f1f4;
  overflow: hidden;
}

#about .about-wrap {
  display: flex;
  align-items: stretch;
  gap: 80px;
}

#about .about-img {
  flex: 0 0 auto;
  display: flex;
  align-items: stretch;
  margin-left: -150px;
  position: relative;
}

#about .about-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(236, 234, 239, 0),
    rgba(243, 241, 244, 1)
  );
  pointer-events: none;
}

#about .about-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 100%;
  background: linear-gradient(
    to left,
    rgba(236, 234, 239, 0),
    rgba(243, 241, 244, 1)
  );
  pointer-events: none;
  z-index: 1;
}

#about .about-img img {
  width: 797px;
  height: 797px;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

#about .about-text {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 80px 0;
}

#about .about-text p {
  font-family: var(--font-Montserrat);
  font-size: 22px;
  font-weight: 300;
  color: #575757;
  line-height: 1.6;
  text-align: right;
  margin: 0;
}

#about .about-text p strong {
  font-weight: 700;
  color: #575757;
}

#represent {
  background: #484848;
  padding: 80px 0;
  position: relative;
}

#represent .represent-content {
  text-align: center;
}

#represent .represent-content::after {
  content: "";
  position: absolute;
  bottom: -37px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 120px solid transparent;
  border-right: 120px solid transparent;
  border-top: 40px solid #484848;
  z-index: 1;
}

#represent .represent-title {
  font-family: var(--font-Montserrat);
  font-size: 45px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 10px 0;
  letter-spacing: -1px;
  line-height: 1.2;
}

#represent .represent-subtitle {
  font-family: var(--font-Montserrat);
  font-size: 35px;
  font-weight: 300;
  color: #ffffff;
  margin: 0;
  letter-spacing: -1px;
  line-height: 1.2;
}

#brand {
  background: #f3f1f4;
  padding: 100px 0;
}

#brand .brand-content {
  text-align: center;
}

#brand .brand-logo {
  margin-bottom: 60px;
}

#brand .brand-logo img {
  max-width: 330px;
  width: 100%;
  height: auto;
  display: inline-block;
}
#brand .brand-text {
  max-width: 1200px;
  margin: 0 auto;
}

#brand .brand-text p {
  font-family: var(--font-Montserrat);
  font-size: 22px;
  font-weight: 300;
  color: #575757;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 30px 0;
}

#brand .brand-text p:last-child {
  margin-bottom: 0;
}

/*catalogo*/

#catalog {
  background: #ffffff;
  padding: 100px 0;
}

#catalog .catalog-header {
  text-align: center;
  margin-bottom: 80px;
}

#catalog .catalog-title {
  font-family: var(--font-Montserrat);
  font-size: 44px;
  font-weight: 800;
  color: #2c2c2c;
  margin: 0 0 30px 0;
  letter-spacing: -2px;
}

#catalog .catalog-line {
  width: 100px;
  height: 1px;
  background: #cccccc;
  margin: 0 auto;
}

#catalog .catalog-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

#catalog .catalog-card {
  width: 508px;
  height: 682px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#catalog .catalog-img {
  width: 100%;
  height: 446px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

#catalog .catalog-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

#catalog .catalog-btn {
  display: inline-block;
  background: #484848;
  color: #ffffff;
  padding: 15px 40px;
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 25px;
  transition: background 0.3s;
}

#catalog .catalog-btn:hover {
  background: #2c2c2c;
}

#catalog .catalog-separator {
  width: 1px;
  height: 682px;
  background: #cccccc;
}

/*contacto*/

#contact {
  background: #ffffff;
  padding: 100px 0 80px;
}

#contact .contact-header {
  text-align: center;
  margin-bottom: 50px;
}

#contact .contact-header h1 {
  font-family: var(--font-Montserrat);
  font-size: 44px;
  font-weight: 800;
  color: #2c2c2c;
  margin: 0 0 30px 0;
  letter-spacing: -1px;
  position: relative;
}

#contact .contact-header h1::after {
  content: "";
  display: block;
  width: 116px;
  height: 1px;
  background: #d8d8d8;
  margin: 30px auto 0;
}

#contact .contact-header p {
  font-family: var(--font-Montserrat);
  font-size: 21px;
  font-weight: 300;
  color: #666666;
  margin: 30px 0 0 0;
  line-height: 1.6;
}

#contact .contact-form {
  max-width: 1300px;
  margin: 0 auto;
}

#contact .form-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 30px;
}

#contact .form-group {
  width: 100%;
}

#contact .form-group input {
  width: 100%;
  padding: 20px 25px;
  font-family: var(--font-opensans);
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  outline: none;
  transition: border-color 0.3s;
}

#contact .form-group input::placeholder {
  color: #686868;
  font-weight: 300;
}

#contact .form-group input:focus {
  border-color: #484848;
}

#contact .form-group-full {
  margin-bottom: 40px;
}

#contact .form-group-full textarea {
  width: 100%;
  min-height: 200px;
  max-height: 250px;
  padding: 20px 25px;
  font-family: var(--font-opensans);
  font-size: 14px;
  font-weight: 300;
  color: #9b9b9b;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  outline: none;
  resize: vertical;
  transition: border-color 0.3s;
}

#contact .form-group-full textarea::placeholder {
  color: #686868;
  font-weight: 300;
}

#contact .form-group-full textarea:focus {
  border-color: #484848;
}

#contact .form-captcha {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

#contact .form-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

#contact .btn-form {
  padding: 12px 25px;
  font-family: var(--font-Arial);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}

#contact .btn-reset {
  background: #313131;
  color: #ffffff;
}

#contact .btn-reset:hover {
  background: #000000;
}

#contact .btn-submit {
  background: #313131;
  color: #ffffff;
}

#contact .btn-submit:hover {
  background: #000000;
}

#location {
  background: #505050;
  padding: 50px 0;
}

#location .location-info {
  text-align: center;
}

#location .location-info i {
  font-size: 20px;
  color: #ffffff;
  margin-right: 10px;
}

#location .location-info span {
  font-family: var(--font-Montserrat);
  font-size: 21px;
  font-weight: 400;
  color: #ffffff;
}

#contact-map .map-container {
  width: 100%;
  height: 580px;
}

#contact-map .map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* Producto detalle */
#textHome3.producto-page {
  background: #ffffff;
  padding: 100px 0;
}

#textHome3 .producto-detalle {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin-top: 40px;
}

#textHome3 .producto-imagen {
  flex: 0 0 400px;
  border: 1px solid #e0e0e0;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}

#textHome3 .producto-imagen img {
  max-width: 100%;
  height: auto;
  display: block;
}

#textHome3 .producto-info-detalle {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

#textHome3 .producto-titulo {
  font-family: var(--font-Montserrat);
  font-size: 44px;
  font-weight: 700;
  color: #373737;
  margin: 0;
  line-height: 1.1;
  text-transform: uppercase;
}

#textHome3 .producto-descripcion {
  font-family: var(--font-Montserrat);
  font-size: 24px;
  font-weight: 400;
  color: #616161;
  line-height: 1.4;
  text-transform: uppercase;
}

#textHome3 .producto-precio {
  background: #f4f4f4;
  padding: 25px 30px;
  display: inline-flex;
  align-items: flex-end;
  gap: 3px;
  width: fit-content;
  margin: 10px 0;
}

#textHome3 .producto-precio .price-symbol {
  font-family: var(--font-Montserrat);
  font-size: 20px;
  font-weight: 700;
  color: #4f4f4f;
  line-height: 1;
  padding-bottom: 3px;
}
#textHome3 .producto-precio .price-decimal,
#textHome3 .producto-precio .price-amount {
  font-family: var(--font-Montserrat);
  font-size: 28px;
  font-weight: 300;
  color: #373737;
  line-height: 1;
}

/* #textHome3 .producto-precio .price-decimal {
  font-family: var(--font-Montserrat);
  font-size: 20px;
  font-weight: 700;
  color: #4f4f4f;
  line-height: 1;
  padding-bottom: 3px;
} */

#textHome3 .producto-precio .price-currency {
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 700;
  color: #4f4f4f;
  line-height: 1;
  padding-bottom: 3px;
}

#textHome3 .producto-detalle-item {
  font-family: var(--font-Montserrat);
  font-size: 18px;
  color: #4f4f4f;
  padding-bottom: 15px;
  position: relative;
}

#textHome3 .producto-detalle-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 237px;
  height: 1px;
  background: #e0e0e0;
}

#textHome3 .producto-detalle-item strong {
  font-weight: 700;
  color: #2c2c2c;
}

#textHome3 .producto-detalle-item span {
  font-weight: 400;
  color: #4f4f4f;
  margin-left: 5px;
}

#textHome3 .producto-acciones {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}

#textHome3 .producto-cantidad {
  display: flex;
  align-items: center;
  gap: 1px;
}

#textHome3 .producto-cantidad .cantidad-btn {
  width: 53px;
  height: 50px;
  background: #686868;
  border: none;
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 24px;
  font-weight: 400;
  cursor: pointer;
  transition: background 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

#textHome3 .producto-cantidad .cantidad-btn:hover {
  background: #505050;
}

#textHome3 .producto-cantidad .cantidad-input {
  width: 53px;
  height: 50px;
  border: none;
  background: #686868;
  color: #ffffff;
  text-align: center;
  font-family: var(--font-Montserrat);
  font-size: 20px;
  font-weight: 400;
  -moz-appearance: textfield;
}

#textHome3 .producto-cantidad .cantidad-input::-webkit-outer-spin-button,
#textHome3 .producto-cantidad .cantidad-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#textHome3 .producto-cantidad .cantidad-input:focus {
  outline: none;
}

#textHome3 .btn-agregar-carrito {
  background: #454545;
  color: #ffffff;
  border: none;
  padding: 15px 40px;
  font-family: var(--font-Montserrat);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s;
  display: flex;
  align-items: center;
  gap: 12px;
}

#textHome3 .btn-agregar-carrito:hover {
  background: #2c2c2c;
}

#textHome3 .btn-agregar-carrito i {
  font-size: 20px;
}

/* Productos relacionados */
#productosRelacionados {
  background: #f8f8f8;
  padding: 80px 0;
}

#productosRelacionados .products-header {
  text-align: center;
  margin-bottom: 70px;
}

#productosRelacionados .products-header h2 {
  font-family: var(--font-Montserrat);
  font-size: 44px;
  margin: 0;
  letter-spacing: -1px;
}

#productosRelacionados .title-bold {
  color: #2c2c2c;
  font-weight: 800;
  position: relative;
  display: inline-block;
}

#productosRelacionados .title-bold::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 116px;
  height: 1px;
  background: #a8a8a8;
}

#productosRelacionados #caroucelRel {
  list-style: none;
  padding: 0;
  margin: 0;
}

#productosRelacionados .bx-wrapper {
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
}

#productosRelacionados .bx-viewport {
  margin: 0 auto !important;
  overflow: hidden !important;
}

#productosRelacionados .products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 65px;
}

#productosRelacionados .product-card {
  border: 1px solid #e0e0e0;
  background: #ffffff;
  transition: box-shadow 0.3s;
  display: flex;
  flex-direction: column;
}

#productosRelacionados .product-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

#productosRelacionados .product-card.agotado {
  opacity: 0.6;
}

.contentProducto.agotado{
	background: rgba(83,83,84,0.1);
	border: solid 1px #d9d9d9;
	position: relative;
}
.contentProducto.agotado:before{
	content: '';
	position: absolute;
	width: 181px;
	height: 230px;
	top: 0px;
	left: 0px;
	background: url(../images/agotado.png) center no-repeat;
	background-size: contain;
	z-index: 2;
}
.contentProducto.agotado .addCartProducto .icoCartP{
	display: none;
}
.contentProducto.agotado .addCartProducto{
	justify-content: center;
}

#productosRelacionados .product-link {
  text-decoration: none;
  display: block;
  flex: 1;
  display: flex;
  flex-direction: column;
}

#productosRelacionados .product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  overflow: hidden;
}

#productosRelacionados .product-image img {
  max-width: 250px;
  max-height: 250px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

#productosRelacionados .product-info {
  padding: 0 20px 20px;
  text-align: center;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 130px;
}

#productosRelacionados .product-name {
  font-family: var(--font-Montserrat);
  font-size: 21px;
  font-weight: 700;
  color: #2c2c2c;
  margin: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

#productosRelacionados .product-footer {
  display: flex;
  align-items: stretch;
  gap: 5px;
  margin: auto 20px 20px 20px;
}

#productosRelacionados .product-price {
  font-family: var(--font-Montserrat);
  color: #4f4f4f;
  background: #eaeaea;
  flex: 1;
  display: flex;
  align-items: flex-end;
  padding: 20px 20px 20px 30px;
}

#productosRelacionados .price-symbol,
#productosRelacionados .price-decimal {
  font-size: 18px;
  font-weight: 400;
  align-self: flex-end;
  line-height: 1;
  padding-bottom: 2px;
}

#productosRelacionados .price-amount {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

#productosRelacionados .product-cart {
  width: 80px;
  background: #484848;
  border: none;
  color: #ffffff;
  cursor: pointer;
  transition: background 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

#productosRelacionados .product-cart:hover {
  background: #2c2c2c;
}

#productosRelacionados .product-card.agotado .product-cart {
  cursor: not-allowed;
  opacity: 0.5;
}

/* Carrito */
#cart-sidebar {
  position: fixed;
  right: -500px;
  top: 0;
  width: 500px;
  height: 100vh;
  background: #ffffff;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

#cart-sidebar.active {
  right: 0;
}

#cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

#cart-overlay.active {
  opacity: 1;
  visibility: visible;
}

#cart-sidebar .cart-header {
  padding: 25px 20px;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  position: relative;
}

#cart-sidebar .cart-header h3 {
  font-family: var(--font-Montserrat);
  font-size: 22px;
  font-weight: 800;
  color: #232323;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -1px;
}

#cart-sidebar .cart-close {
  background: none;
  border: none;
  font-size: 32px;
  color: #666;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s;
  line-height: 1;
  position: absolute;
  right: 20px;
}

#cart-sidebar .cart-close:hover {
  color: #2c2c2c;
}

#cart-sidebar .cart-body {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
}

#cart-sidebar #cart-items-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#cart-sidebar .cart-item {
  display: grid;
  grid-template-columns: 80px 1fr 40px;
  gap: 15px;
  padding-bottom: 20px;
  position: relative;
}

#cart-sidebar .cart-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 7px;
  background: #ececec;
  border-radius: 7px;
}

#cart-sidebar .cart-item:last-child::after {
  display: none;
}

#cart-sidebar .cart-item-image {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

#cart-sidebar .cart-item-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

#cart-sidebar .cart-item-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#cart-sidebar .cart-item-name {
  font-family: var(--font-Montserrat);
  font-size: 14px;
  font-weight: 600;
  color: #2c2c2c;
  line-height: 1.3;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: -0.5px;
}

#cart-sidebar .cart-item-specs {
  font-family: var(--font-Montserrat);
  font-size: 12px;
  color: #666;
  margin: 0;
}

#cart-sidebar .cart-item-quantity {
  display: flex;
  align-items: center;
  gap: 1px;
  margin-top: 5px;
}

#cart-sidebar .cart-item-quantity button {
  width: 30px;
  height: 30px;
  background: #686868;
  border: none;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}

#cart-sidebar .cart-item-quantity button:hover {
  background: #505050;
}

#cart-sidebar .cart-item-quantity input {
  width: 40px;
  height: 30px;
  border: none;
  background: #686868;
  color: #ffffff;
  text-align: center;
  font-family: var(--font-Montserrat);
  font-size: 14px;
  -moz-appearance: textfield;
}

#cart-sidebar .cart-item-quantity input::-webkit-outer-spin-button,
#cart-sidebar .cart-item-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#cart-sidebar .cart-item-actions {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

#cart-sidebar .cart-item-delete {
  background: none;
  border: none;
  color: #999;
  cursor: pointer;
  padding: 0;
  font-size: 18px;
  transition: color 0.3s;
}

#cart-sidebar .cart-item-delete:hover {
  color: #e63946;
}

#cart-sidebar .cart-item-price {
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 700;
  color: #1d1d1d;
  margin-top: auto;
}

#cart-sidebar .cart-footer {
  padding: 5px 20px;
  border-top: 2px solid #e0e0e0;
  flex-shrink: 0;
}

#cart-sidebar .cart-subtotal {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  padding: 15px 0;
  gap: 15px;
}

#cart-sidebar .subtotal-label {
  font-family: var(--font-Montserrat);
  font-size: 26px;
  font-weight: 400;
  color: #1d1d1d;
}

#cart-sidebar .subtotal-amount {
  font-family: var(--font-Montserrat);
  font-size: 22px;
  font-weight: 700;
  color: #1d1d1d;
}

#cart-sidebar .cart-btn {
  width: 100%;
  padding: 15px;
  border: none;
  font-family: var(--font-Montserrat);
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
  text-align: center;
}

#cart-sidebar .cart-btn-primary {
  background: #434343;
  color: #ffffff;
}

#cart-sidebar .cart-btn-primary:hover {
  background: #000000;
}

#cart-sidebar .cart-btn-secondary {
  background: #686868;
  color: #ffffff;
}

#cart-sidebar .cart-btn-secondary:hover {
  background: #505050;
}

#cart-sidebar .cart-banner {
  width: 100%;
  padding: 0;
  margin: 0;
}

#cart-sidebar .cart-banner img {
  padding: 0 20px;
  width: 100%;
  height: auto;
  display: block;
}

/*formulario*/

#formulario-checkout {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background: linear-gradient(to right, #ffffff 50%, #eae9e9 50%);
}

#formulario-checkout .checkout-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

#formulario-checkout .checkout-container {
  width: 100%;
  max-width: 1450px;
  display: flex;
  min-height: 100vh;
}

#formulario-checkout .checkout-left {
  flex: 0 0 50%;
  background: #ffffff;
  display: flex;
  justify-content: flex-end;
  padding: 80px 130px 80px 20px;
}

#formulario-checkout .checkout-form-wrapper {
  width: 100%;
  max-width: 640px;
}

#formulario-checkout .checkout-title {
  font-family: var(--font-Montserrat);
  font-size: 44px;
  font-weight: 800;
  color: #2c2c2c;
  margin: 0 0 60px 0;
  letter-spacing: -1px;
}

#formulario-checkout .checkout-right {
  flex: 0 0 50%;
  background: #eae9e9;
  display: flex;
  justify-content: flex-start;
  padding: 80px 40px 80px 130px;
}

#formulario-checkout .cart-summary-wrapper {
  width: 100%;
  max-width: 580px;
}

#formulario-checkout .cart-summary-title {
  font-family: var(--font-Montserrat);
  font-size: 44px;
  font-weight: 800;
  color: #2c2c2c;
  margin: 0 0 60px 0;
  letter-spacing: -1px;
}

#formulario-checkout .form-section {
  margin-bottom: 50px;
}

#formulario-checkout .section-title {
  font-family: var(--font-Montserrat);
  font-size: 24px;
  font-weight: 700;
  color: #2c2c2c;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

#formulario-checkout .form-row {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

#formulario-checkout .form-row:last-child {
  margin-bottom: 0;
}

#formulario-checkout .form-group {
  flex: 1;
  position: relative;
}

#formulario-checkout .form-group.full-width {
  flex: 0 0 100%;
}

#formulario-checkout .form-control {
  width: 100%;
  padding: 15px 0;
  font-family: var(--font-Montserrat);
  font-size: 12px;
  font-weight: 400;
  color: #888888;
  background: transparent;
  border: none;
  border: 1px solid #d0d0d0;
  outline: none;
  transition: border-color 0.3s ease;
  margin-left: 10px;
  padding-inline-start: 10px;
}

#formulario-checkout .form-control:focus {
  border-color: #919191;
}

#formulario-checkout .form-control::placeholder {
  color: #6d6c6c;
  font-weight: 400;
}

#formulario-checkout select.form-control {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpolygon points='12,16 6,8 18,8' fill='%23999999'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 20px;
  padding-right: 30px;
}

#formulario-checkout .form-textarea {
  min-height: 100px;
  resize: vertical;
  padding: 12px 0;
  line-height: 1.5;
}

#formulario-checkout .form-buttons {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#formulario-checkout .btn {
  width: 100%;
  padding: 18px 30px;
  font-family: var(--font-Montserrat);
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: block;
  letter-spacing: 1px;
}

#formulario-checkout .btn-primary {
  background: #434343;
  color: #ffffff;
}

#formulario-checkout .btn-primary:hover {
  background: #1a1a1a;
}

#formulario-checkout .btn-secondary {
  background: #686868;
  color: #ffffff;
}

#formulario-checkout .btn-secondary:hover {
  background: #505050;
}

#formulario-checkout .cart-items {
  margin-bottom: 40px;
}

#formulario-checkout .cart-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #ffffff;
  margin-bottom: 15px;
  border-radius: 8px;
}

#formulario-checkout .cart-item-image {
  flex: 0 0 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#formulario-checkout .cart-item-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

#formulario-checkout .cart-item-info {
  flex: 1;
}

#formulario-checkout .cart-item-name {
  font-family: var(--font-Montserrat);
  font-size: 16px;
  font-weight: 600;
  color: #2c2c2c;
  margin: 0 0 5px 0;
}

#formulario-checkout .cart-item-details {
  font-family: var(--font-Montserrat);
  font-size: 14px;
  color: #666666;
}

#formulario-checkout .cart-item-price {
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 700;
  color: #2c2c2c;
}

#formulario-checkout .cart-total {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  padding: 25px 0;
  border-top: 1px solid #d0d0d0;
  margin-bottom: 30px;
}

#formulario-checkout .total-label {
  font-family: var(--font-Montserrat);
  font-size: 26px;
  font-weight: 400;
  color: #2c2c2c;
  letter-spacing: -1px;
}

#formulario-checkout .total-amount {
  font-family: var(--font-Montserrat);
  font-size: 28px;
  font-weight: 700;
  color: #2c2c2c;
}

#formulario-checkout .cart-notes {
  padding-top: 30px;
}

#formulario-checkout .cart-notes ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#formulario-checkout .cart-notes li {
  font-family: var(--font-Inter);
  font-size: 12px;
  font-weight: 300;
  color: #686868;
  line-height: 1.6;
  margin-bottom: 4px;
  padding-left: 15px;
  position: relative;
}

#formulario-checkout .cart-notes li::before {
  content: "*";
  position: absolute;
  left: 0;
  color: #686868;
  font-size: 14px;
}

#formulario-checkout .cart-item-summary {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 20px;
  padding: 0;
  background: transparent;
  margin-bottom: 20px;
  align-items: center;
}

#formulario-checkout .cart-item-summary .item-image {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

#formulario-checkout .cart-item-summary .item-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

#formulario-checkout .cart-item-summary .item-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#formulario-checkout .cart-item-summary .item-name {
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 600;
  color: #2c2c2c;
  margin: 0;
  line-height: 1.3;
}

#formulario-checkout .cart-item-summary .item-quantity {
  font-family: var(--font-Montserrat);
  font-size: 14px;
  font-weight: 400;
  color: #686868;
  margin: 0;
}

#formulario-checkout .cart-item-summary .item-price {
  font-family: var(--font-Montserrat);
  font-size: 22px;
  font-weight: 700;
  color: #2c2c2c;
  margin: 0;
  text-align: right;
  justify-self: end;
}

#formulario-checkout .cart-item-separator {
  width: 100%;
  height: 12px;
  background: #d0d0d0;
  border-radius: 6px;
  margin-bottom: 20px;
}

/*metodo de pago*/

#textCatalogo1{
	padding-top: 18px;
}

.titleCatalogo1{
	height: 83px;
	background: #414141;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #ffffff;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	margin-bottom: 33px;
}

.sidebarCatalogo{
	width: 100%;
	margin-bottom: 35px;
}

.titleMetDet1{
	height: 83px;
	background: #f15059;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 26px;
	line-height: 36px;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #ffffff;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}
.titleMetDet1 strong{
	font-weight: 800;
}

.textoMetDet1{
	background: #eeeeee;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #595959;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.25px;
	text-align: center;
	padding: 65px 15px;
}
.textoMetDet1 strong{
	display: block;
	font-weight: 800;
	font-size: 24px;
	color: #249544;
	line-height: normal;
	padding-bottom: 5px;
}
.textoMetDet1 span{
	display: block;
}

.contentPagos1{
	display: flex;
	flex-wrap: wrap;
	margin-top: 19px;
	margin-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;
}

.itemCnTPagos1{
	width: calc(50% - 1px);
	margin-right: 2px;
	background: #454545;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.text-center {
  text-align: center;
}

.itemCnTPagos2{
	width: calc(50% - 1px);
	background: #5b5b5b;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.itemPagos2a{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 24px;
}

.contenedorPagos2{
	width: calc(50% - 4px);
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.contenedorPagos2:nth-child(1),
.contenedorPagos2:nth-child(3){
	margin-right: 8px;
}

.titlePagos2{
	width: 100%;
	background: #f1f1f1;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #5a5a5a;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 32px;
	letter-spacing: 0px;
}

.textPagos2{
	width: 100%;
	border: solid 1px #f1f1f1;
	border-left: solid 1px #f1f1f1;
	border-top: 0;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #616161;
	font-weight: 400;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	line-height: 24px;
}

.textPagos2 .correo{
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0px 5px;
}

.precioMeDet{
	background: #249544;
	color: #ffffff;
}
.precioMeDet span{
	font-size: 26px;
	font-weight: 700;
}

a#toTop {
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  background: #ff141f;
  box-shadow: 0 0 3px 2px #fff;
  left: 40px;
  bottom: 65px;
  display: none;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  z-index: 20;
}

a#toTop::before {
  content: "\f077";
  font-family: FontAwesome;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-align: center;
}
