@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700");
@import url("https://api.fontshare.com/css?f[]=rajdhani@300,400,500,600,700&display=swap");

body {
  margin: 0 auto;
  font-family: "Rajdhani", sans-serif;
}

select,
button,
textarea,
input,
input:focus,
textarea:focus,
select:focus {
  outline: none !important;
  box-shadow: none !important;
}

.container {
  max-width: 1728px;
}

.rowTop {
  border-bottom: 1px solid #c3c3c3;
}

.tel-fono-2244-5566-soporte-correo-empresa-com,
.tel-fono-2244-5566-soporte-correo-empresa-com * {
  box-sizing: border-box;
}
.tel-fono-2244-5566-soporte-correo-empresa-com {
  color: #646464;
  text-align: left;
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
}
.tel-fono-2244-5566-soporte-correo-empresa-com-span5 {
  color: #646464;
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.tel-fono-2244-5566-soporte-correo-empresa-com-span6 {
  color: #646464;
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.tel-fono-2244-5566-soporte-correo-empresa-com-span7 {
  color: #646464;
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.tel-fono-2244-5566-soporte-correo-empresa-com-span8 {
  color: #646464;
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

/**menu lateral***/
.menuLateral {
}

.menuLateral ul {
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 0;
}

.menuLateral ul li {
  list-style: none;
  position: relative;
}

.menuLateral ul li:after {
  content: "";
  width: 1px;
  height: 12px;
  position: absolute;
  background: #646464a8;
  font-weight: 400;
  top: 6px;
  right: -7px;
}
.menuLateral ul li a {
  color: #646464;
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}

/**social links****/
.iconsSocial {
  display: flex;
  justify-content: space-around;
}

.iconsSocial .socialOut {
}

.iconsSocial .socialOut img {
  width: 20.3px;
  height: 20.3px;
}

/***rowMain***/
.logo {
}
.logo img {
  width: 157px;
  height: 38px;
}

.rowMain {
}

.rowMain .navbar-nav .nav-link {
  color: #646464;
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}

.rowMain .navbar-nav .nav-link:after {
  content: "";
  width: 1px;
  height: 12px;
  position: absolute;
  background: #646464a8;
  font-weight: 400;
  top: 14px;
  right: 0px;
}

.rowMain .navbar-nav .nav-item {
  position: relative;
  height: 41px;
}

.rowMain .navbar-nav .nav-item a {
  height: 41px;
}

.rowMain .navbar-nav .nav-item:hover a {
  color: #fff;
}

.desktop .rowMain .navbar-nav .nav-item:hover a:before,
.desktop .rowMain .navbar-nav .nav-item.active a:before {
  content: "";
  background: #18a0fb;
  width: 92%;
  height: 60px;
  position: absolute;
  font-weight: 400;
  top: 0;
  right: 0px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  z-index: -1;
  margin-right: 4%;
  margin-left: 4%;
}
.rowMain .navbar-nav .nav-item:hover a,
.rowMain .navbar-nav .nav-item.active a {
  color: #fff;
}

.rowMain .navbar-nav .nav-item.active:hover a {
  color: #fff;
}

/***Search***/
.search-box {
  position: relative;
  max-width: 300px;
  width: 300px;
  margin: 0 auto;
  background: #f7f7f7;
}

.search-box input {
  padding-left: 2.5rem;
}

.search-box .icon {
  position: absolute;
  left: 10px;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
}

/* Extras Search Box */

.search-box {
  position: relative;
}

#searchResults {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  max-height: 300px;
  overflow-y: auto;
  z-index: 999;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  display: none;
  /* Ocultamos inicialmente */
}

.search-result-item {
  display: flex;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #eee;
  transition: background 0.3s;
}

.search-result-item:hover {
  background: #f8f9fa;
}

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

.search-result-item a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  flex-grow: 1;
}

.search-result-item small {
  color: #888;
  font-size: 12px;
}

.search-result-item small {
  color: #888;
  font-size: 12px;
  width: 30%;
  text-align: right;
}

/* End Extras Search Box */

.iconRowMain {
  width: 25px;
  height: 25px;
}

.cartOuter {
  position: relative;
  cursor: pointer;
}

.cartOuter:after {
  content: "";
  width: 1px;
  height: 12px;
  position: absolute;
  background: #646464a8;
  font-weight: 400;
  top: 9px;
  right: -10px;
}

.cartOuter .count {
  position: absolute;
  font-family: "Rajdhani", sans-serif;
  font-size: 13px;
  font-weight: 300;
  height: 20px;
  width: 20px;
  display: inline-flex;
  top: -9px;
  left: 30px;
  /*top: 0;
  left: 80%;*/
  /*transform: translate(-50%, -50%);*/
  background-color: #18a0fb;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 5px;
  transition: all ease 1s;
  z-index: 1;
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.cartOuter:hover .count,
.cartOuter:focus .count,
.cartOuter:active .count {
  opacity: 1;
  transform: scale(1);
}

/**cart popper*/
.carrot {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 97px;
  background: #e9e9e9;
  transform: translateY(-20px) rotate(45deg);
  z-index: -1;
}
.cart-summary {
  flex-shrink: 0;
  position: absolute;
  width: 430px;
  top: 42px;
  margin: 0px auto;
  padding: 5px 8px;
  background: #e9e9e9;
  border-radius: 0;
  box-shadow: 2px 15px 40px -5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  opacity: 0;
  left: -290px;
}

.cart-summary {
  min-height: 20px;
  opacity: 0;
  transition: all 400ms ease-in-out;
  display: none;
}
.cartOuter:hover .cart-summary {
  height: auto;
  transform: scale(1) translateY(0px);
  opacity: 1;
  display: block;
}

.ItemProduct {
}

.cart-summary .imgProdCart {
  border: 1px solid #bababa;
  background: #fff;
  max-width: 187px;
  width: 100%;
  height: 115px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.cart-summary .imgProdCart img {
  max-width: 174px;
  height: 98px;
  width: 100%;
}

.cart-summary .productCartList h3 {
  font-size: 15px;
  text-align: left;
  font-weight: 600;
  color: #18a0fb;
  margin-bottom: 0px;
}

.cart-summary .productCartList .sizes {
  font-size: 15px;
  text-align: left;
  font-weight: 300;
  color: #797979;
  margin-bottom: 0px;
}

.cart-summary .productCartList .prices {
  font-size: 15px;
  text-align: left;
  font-weight: 700;
  color: #797979;
  margin-bottom: 0px;
}

/* Input Group Quantity */
.cart-summary .productCartList .boxQuantity .input-group {
  margin-top: 3px;
  display: flex;
  align-items: center;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  overflow: hidden;
  max-width: 90px !important;
  background: #d9d9d9;
}

/* Botones de control (- y +) */
.cart-summary .productCartList .boxQuantity .btn-outline-secondary {
  background-color: #fff;
  color: #797979;
  border: none;
  font-size: 1.2rem;
  font-weight: bold;
  width: 5px;
  height: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart-summary .productCartList .boxQuantity .btn-outline-secondary:hover {
  background-color: #d6d8db;
}

/* Campo de entrada (número) */
.cart-summary .productCartList .boxQuantity .form-control {
  font-size: 15px;
  font-weight: bold;
  color: #797979;
  text-align: center;
  border: none;
  height: 19px;
  width: 10px;
}

/* Evitar bordes en focus del input */
.cart-summary .productCartList .boxQuantity .form-control:focus {
  box-shadow: none;
  outline: none;
}

.cart-summary .productCartList .LinkDelete {
}

.cart-summary .productCartList .LinkDelete img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.cart-summary .totalCart {
  text-align: right;
  color: #797979;
  font-weight: 100;
  font-size: 24px;
}

.cart-summary .totalCart b {
  text-align: right;
  color: #797979;
  font-weight: bold;
  font-size: 24px;
}

.cart-summary .totalSubmit button {
  background: #014b7b;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 26px;
  margin: 0 auto;

  max-width: 408px;
  width: 100%;
  height: 55px;
}

.cart-summary .totalSubmit button:hover {
  background: #012e4d;
  color: #fff;
}

/**MainSlider**/
.MainSlider {
  width: 100%;
  height: 645px;
}

.MainSlider img {
  width: 100%;
  min-height: 645px;
  object-fit: cover;
  object-position: center center;
}

/* Configuración general */
.slider {
  position: relative;
  width: 100%;
  /*height: 100vh;*/
  overflow: hidden;
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%; /* Dependerá de la cantidad de slides */
}

.slide {
  position: relative;
  min-width: 100%;
  height: 100%;
}

.slide img {
  width: 100%;
  object-fit: cover;
}

.text-container {
  /*position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  overflow: hidden;*/
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: white;
  overflow: hidden;
  width: 100%;
  height: 100%;
  font-family: "Rajdhani", sans-serif;
}

.phrase {
  font-size: 3rem;
  font-weight: bold;
  opacity: 0;
  position: relative;
  transition: all 1s ease;
  margin: 0;
}

.phrase1 {
  transform: translateX(-100%);
}

.phrase2 {
  transform: translateX(100%);
}

.buttonStore {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 1rem;
  color: #007bff;
  border: 1px solid #007bff;
  background-color: #fff;
  text-decoration: none;
  transition: background-color 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
  position: absolute;
  max-width: 270px;
  height: 70px;
  width: 100%;
  bottom: 15%;
  right: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 500;
}

.buttonStore:hover {
  background-color: #0056b3;
  color: #fff !important;
}

/* Animación al mostrar */
.text-container.show .phrase1 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.3s;
  background: rgb(0 0 0 / 50%);
  width: 30%;
  left: 0;
  top: 75px;
  padding: 10px;
  font-family: "Rajdhani", sans-serif;
  font-size: 100px;
  font-weight: 100;
  text-transform: uppercase;
  text-decoration: none;
}

.text-container.show .phrase2 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.6s;
  background: rgb(0 0 0 / 50%);
  width: 50%;
  right: 0;
  float: right;
  top: 150px;
  padding: 10px;
  font-family: "Rajdhani", sans-serif;
  font-size: 100px;
  font-weight: 100;
  text-transform: uppercase;
  text-decoration: none;
}

.text-container.show .buttonStore {
  opacity: 1;
  transform: translateY(0);
  /*transition-delay: 0.9s;*/
}

/* Flechas */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 2rem;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
  display: none;
}

.arrow.prev {
  left: 20px;
}

.arrow.next {
  right: 20px;
}

/* Dots */
.dots {
  position: absolute;
  bottom: 45px;
  right: 18%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.dot {
  width: 17px;
  height: 17px;
  background: white;
  border-radius: 25%;
  cursor: pointer;
  /*opacity: 0.5;*/
}

.dot.active {
  opacity: 1;
  background: #18a0fb;
}

/* Responsivo */
@media (max-width: 768px) {
  .phrase {
    font-size: 2rem;
  }

  .button {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .phrase {
    font-size: 1.5rem;
  }

  .button {
    font-size: 0.8rem;
    padding: 8px 15px;
  }
}

/**************/

/***NewProducts**/
.NewProducts {
  padding-top: 40px;
  font-family: "Rajdhani", sans-serif;
}

.NewProducts h2 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 100;
  font-size: 94px;
  color: #797979;
  text-transform: uppercase;
}

.BoxProduct {
  background: #f1f1f1;
  height: 440px;
}

.BoxProduct a {
  position: relative;
  display: block;
}

.BoxProduct .imgProduct {
  height: 239px;
  max-width: 348px;
  width: 100%;
  padding: 10px;
  margin: 0 auto;
  display: block;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  transform: translateY(100%);
  transition: transform 0.5s ease, opacity 0.5s ease;
  display: none;
  width: 94%;
}

.overlay ul {
  margin: 0;
}

.overlay ul li {
  list-style: none;
}

.BoxProduct a:hover .overlay {
  transform: translateY(0);
  display: block;
  bottom: 10px;
}

.BoxProduct .titleProduct {
  text-transform: uppercase;
  font-size: 14px;
  color: #797979;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}

.BoxProduct .PriceBox .Beforediscount {
  background: #bebebe;
  color: #fff;
  font-size: 14px;
  border-radius: 0px 4px 4px 0px;
  text-align: center;
  text-decoration: line-through;
}

.BoxProduct .PriceBox .price {
  font-size: 40px;
  font-weight: bold;
  color: #797979;
}

.BoxProduct .PriceBox .discount {
  background: #002b47;
  color: #fff;
  font-size: 18px;
  border-radius: 4px 0px 0px 4px;
  text-align: center;
  max-width: 58px;
  float: right;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
}

.BoxProduct .addToCart {  
  text-align: center;
  display: block;
  bottom: -40px;
  position: relative;
  cursor: pointer;
}

.BoxProduct .addToCart input {
  background: #002b47;
  border-radius: 3px;
  font-weight: 500;
  font-size: 19px;
  color: #fff;
  text-align: center;
  border: 0;
  cursor: pointer;
  max-width: 240px;
  height: 60px;
  width: 100%;
  margin: 0 auto;
  text-transform: uppercase;
  transition: 1s;
}

.BoxProduct .addToCart input:hover {
  background: #014b7b;
}

/****************/

/***ver todos***/

.lineOuter {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lineOuter .line {
  width: 0;
  height: 1px;
  background-color: #d3d3d3;
  position: relative;
  /*overflow: hidden;*/
  animation: line-animation 2s forwards;
}
.lineOuter .circle {
  width: 5px;
  height: 5px;
  background-color: #d3d3d3;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  right: 0;
  animation: circle-animation 2s forwards;
}

.lineOuter .circle2 {
  width: 5px;
  height: 5px;
  background-color: #d3d3d3;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  left: -5px;
  animation: circle-animation 2s forwards;
}
@keyframes line-animation {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes circle-animation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}

.containerViewMore .viewMore {
  margin: 0 auto;
  display: block;
  background: #fff;
  font-weight: 500;
  font-size: 28px;
  color: #d3d3d3;
  border: 1px solid #d3d3d3;
  text-align: center;
  cursor: pointer;
  max-width: 270px;
  height: 70px;
  width: 100%;
  margin: 0 auto;
  text-transform: uppercase;
  transition: 1s;
}

.containerViewMore .viewMore:hover {
  background: #014b7b;
  color: #fff;
}
/***ver todos***/

/***Categorias Lista****/
.CategoriasList {
  background: #f6f6f6;
}
.titleSiteGray {
  font-family: "Rajdhani", sans-serif;
  font-weight: 100;
  font-size: 94px;
  color: #797979;
  text-transform: uppercase;
}

.titleOut {
  display: flex;
  justify-content: space-between;
}

.titleOut .lineOuter {
  width: 30%;
}

/***grid***/

.box-grid {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 8px; /* Añadir un poco de espacio entre los elementos */
  height: 100%;
  font-family: "Rajdhani", sans-serif;
}

.box-grid .item {
  position: relative;
  overflow: hidden;
  height: 517px;
}

.box-grid .item .inner-item {
  overflow: hidden;
}

.item-vertical {
  height: 1043px !important;
  overflow: hidden;
}

.box-grid .item .inner-item {
  height: 100%;
}

.box-grid .item img.img-category {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: all 0.3s ease;
}

.box-grid .item .inner-item:hover img {
  transform: scale(1.2);
}

.box-grid .item .box-content-inner {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: white;
  overflow: hidden;
  width: 100%;
  height: 100%;
  font-family: "Rajdhani", sans-serif;
}

.box-grid .item .box-content-inner .buttonStore:hover {
  background-color: #0056b3;
  color: #fff !important;
}

/***item-1***/

.item-1 {
  background-color: #7688ff;
  grid-row: 1 / 2;
  grid-column: 1 / 4;
}

.item-1 .box-content-inner .phrase {
  font-size: 3rem;
  font-weight: bold;
  opacity: 0;
  position: relative;
  transition: all 1s ease;
  margin: 0;
}

.item-1 .box-content-inner .phrase1 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.3s;
  background: rgb(0 0 0 / 50%);
  width: 60%;
  left: 0;
  bottom: 20%;
  padding: 5px;
  font-family: "Rajdhani", sans-serif;
  font-size: 66px;
  font-weight: 100;
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  text-align: left;
}

.item-1 .box-content-inner .buttonStore {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 1rem;
  color: #007bff;
  border: 1px solid #007bff;
  background-color: #fff;
  text-decoration: none;
  transition: background-color 0.3s ease;
  opacity: 1;
  transform: translateY(20px);
  position: absolute;
  max-width: 200px;
  height: 50px;
  width: 100%;
  bottom: 10%;
  right: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 500;
}

.item-1 .box-content-inner .buttonStore:hover {
  background-color: #0056b3;
  color: #fff !important;
}
/***item-1***/

/**item-2**/
.item-2 {
  background-color: #9e8d5d;
  grid-row: 2 / 3;
  grid-column: 1 / 2;
}

.item-2 .box-content-inner .phrase {
  font-size: 3rem;
  font-weight: bold;
  opacity: 0;
  position: relative;
  transition: all 1s ease;
  margin: 0;
}

.item-2 .box-content-inner .phrase1 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.3s;
  background: rgb(0 0 0 / 50%);
  width: 90%;
  left: 0;
  bottom: 25%;
  padding: 5px;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.7rem;
  font-weight: 100;
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  text-align: left;
}

.item-2 .box-content-inner .buttonStore {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 1rem;
  color: #007bff;
  border: 1px solid #007bff;
  background-color: #fff;
  text-decoration: none;
  transition: background-color 0.3s ease;
  opacity: 1;
  transform: translateY(20px);
  position: absolute;
  max-width: 200px;
  height: 50px;
  width: 100%;
  bottom: 10%;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 500;
  left: 0;
  margin: 0 auto;
}

.item-2 .box-content-inner .buttonStore:hover {
  background-color: #0056b3;
  color: #fff !important;
}
/***item-2****/

/***item-3****/
.item-3 {
  background-color: #5b9596;
  grid-row: 2 / 3;
  grid-column: 2 / 3;
}

.item-3 .box-content-inner .phrase {
  font-size: 3rem;
  font-weight: bold;
  opacity: 0;
  position: relative;
  transition: all 1s ease;
  margin: 0;
}

.item-3 .box-content-inner .phrase1 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.3s;
  background: rgb(0 0 0 / 50%);
  width: 90%;
  left: 0;
  top: 10%;
  padding: 5px;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.7rem;
  font-weight: 100;
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  text-align: left;
}

.item-3 .box-content-inner .buttonStore {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 1rem;
  color: #007bff;
  border: 1px solid #007bff;
  background-color: #fff;
  text-decoration: none;
  transition: background-color 0.3s ease;
  opacity: 1;
  transform: translateY(20px);
  position: absolute;
  max-width: 200px;
  height: 50px;
  width: 100%;
  bottom: 10%;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 500;
  left: 0;
  margin: 0 auto;
}

.item-3 .box-content-inner .buttonStore:hover {
  background-color: #0056b3;
  color: #fff !important;
}

/***item-3****/

/***item-4****/
.item-4 {
  background-color: #a65bb5;
  grid-row: 3 / 5;
  grid-column: 1 / 3;
}

.item-4 .box-content-inner .phrase {
  font-size: 3rem;
  font-weight: bold;
  opacity: 0;
  position: relative;
  transition: all 1s ease;
  margin: 0;
}

.item-4 .box-content-inner .phrase1 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.3s;
  background: rgb(0 0 0 / 50%);
  width: 60%;
  left: 0;
  top: 10%;
  padding: 5px;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.9em;
  font-weight: 100;
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  text-align: left;
}

.item-4 .box-content-inner .buttonStore {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 1rem;
  color: #007bff;
  border: 1px solid #007bff;
  background-color: #fff;
  text-decoration: none;
  transition: background-color 0.3s ease;
  opacity: 1;
  transform: translateY(20px);
  position: absolute;
  max-width: 200px;
  height: 50px;
  width: 100%;
  bottom: 10%;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 500;
  left: 0;
  margin: 0 auto;
}

.item-4 .box-content-inner .buttonStore:hover {
  background-color: #0056b3;
  color: #fff !important;
}
/***item-4****/

/***item-5****/
.item-5 {
  background-color: #e999da;
  grid-row: 2 / 5;
  grid-column: 3 / 4;
}

.item-5 .box-content-inner .phrase {
  font-size: 3rem;
  font-weight: bold;
  opacity: 0;
  position: relative;
  transition: all 1s ease;
  margin: 0;
}

.item-5 .box-content-inner .phrase1 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.3s;
  background: rgb(0 0 0 / 50%);
  width: 90%;
  left: 0;
  bottom: 20%;
  padding: 5px;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.9em;
  font-weight: 100;
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  text-align: left;
}

.item-5 .box-content-inner .buttonStore {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 1rem;
  color: #007bff;
  border: 1px solid #007bff;
  background-color: #fff;
  text-decoration: none;
  transition: background-color 0.3s ease;
  opacity: 1;
  transform: translateY(20px);
  position: absolute;
  max-width: 200px;
  height: 50px;
  width: 100%;
  bottom: 5%;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 500;
  left: 0;
  margin: 0 auto;
}
/***item-5****/
/***item-6****/
.item-6 {
  background-color: #5da758;
  grid-row: 1 / 4;
  grid-column: 4 / 5;
}

.item-6 .box-content-inner .phrase {
  font-size: 3rem;
  font-weight: bold;
  opacity: 0;
  position: relative;
  transition: all 1s ease;
  margin: 0;
}

.item-6 .box-content-inner .phrase1 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.3s;
  background: rgb(0 0 0 / 50%);
  width: 90%;
  right: 0;
  bottom: 40%;
  padding: 5px;
  font-family: "Rajdhani", sans-serif;
  font-size: 2.5em;
  font-weight: 100;
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  text-align: right;
}

.item-6 .box-content-inner .buttonStore {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 1rem;
  color: #007bff;
  border: 1px solid #007bff;
  background-color: #fff;
  text-decoration: none;
  transition: background-color 0.3s ease;
  opacity: 1;
  transform: translateY(20px);
  position: absolute;
  max-width: 200px;
  height: 50px;
  width: 100%;
  bottom: 5%;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 500;
  left: 0;
  margin: 0 auto;
}
/***item-6****/
/***item-7***/
.item-7 {
  grid-row: 3 / 3; /* Coloca el item-7 en la segunda fila */
  grid-column: 4 / 4; /* Coloca el item-7 en la tercera columna */
  background-color: #abf678; /* Color de fondo opcional */
}

.item-7 .box-content-inner .phrase {
  font-size: 3rem;
  font-weight: bold;
  opacity: 0;
  position: relative;
  transition: all 1s ease;
  margin: 0;
}

.item-7 .box-content-inner .phrase1 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.3s;
  background: rgb(0 0 0 / 50%);
  width: 90%;
  right: 0;
  bottom: 25%;
  padding: 5px;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.9em;
  font-weight: 100;
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  text-align: left;
}

.item-7 .box-content-inner .buttonStore {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 1rem;
  color: #007bff;
  border: 1px solid #007bff;
  background-color: #fff;
  text-decoration: none;
  transition: background-color 0.3s ease;
  opacity: 1;
  transform: translateY(20px);
  position: absolute;
  max-width: 200px;
  height: 50px;
  width: 100%;
  bottom: 10%;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 500;
  left: 0;
  margin: 0 auto;
}

/***item7***/

/* Responsivo para pantallas medianas */
@media (max-width: 768px) {
  .box-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr; /* Dos columnas */
  }

  .box-grid .item-vertical {
    height: auto !important;
  }

  .item-1 {
    grid-row: 1 / 2;
    grid-column: 1 / 3;
  }
  .item-2 {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
  }
  .item-3 {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
  }
  .item-4 {
    grid-row: 3 / 5;
    grid-column: 1 / 3;
  }
  .item-5 {
    grid-row: 5 / 7;
    grid-column: 1 / 3;
  }
  .item-6 {
    grid-row: 7 / 8;
    grid-column: 1 / 2;
  }
  .item-7 {
    grid-row: 7 / 8;
    grid-column: 2 / 3;
  }
}

/* Responsivo para pantallas pequeñas */
@media (max-width: 480px) {
  .box-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr; /* Una sola columna */
  }

  .box-grid .item,
  .box-grid .item-vertical {
    height: auto !important;
  }

  .item-1,
  .item-2,
  .item-3,
  .item-4,
  .item-5,
  .item-6,
  .item-7 {
    grid-column: 1 / 2; /* Cada elemento ocupa toda la fila */
  }
}

/**Marcas**/
.MarcasList {
  font-family: "Rajdhani", sans-serif;
  overflow: hidden;
}

.MarcasList .owl-carousel .owl-item img {
  width: 100%;
}

/* Estilo general para flechas */
/* Estilo de las flechas de navegación */
.MarcasList .owl-carousel .owl-nav {
  position: absolute;
  bottom: 80%;
  width: 100%;
  transform: translateY(-50%);
  /*display: flex;*/
  justify-content: space-between;
  pointer-events: none; /* Permite interactuar con el carrusel */
}

.MarcasList .owl-carousel .owl-nav button {
  background-color: #e9ecef;
  border: 1px solid #ccc;
  border-radius: 50px; /* Botón redondeado */
  width: 110px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  pointer-events: all; /* Habilita la interacción */
}

.MarcasList .owl-carousel .owl-nav button:hover {
  background-color: #ddd;
}

.MarcasList .owl-carousel .owl-nav button:focus {
  outline: none;
}

.MarcasList .owl-carousel .owl-nav button span {
  font-size: 20px; /* Tamaño de la flecha */
  color: #888;
}

.MarcasList .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -30px; /* Ajusta la posición izquierda */
}

.MarcasList .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -30px; /* Ajusta la posición derecha */
}

/*
.MarcasList .owl-prev,
.MarcasList .owl-next {
  background-color: #007bff;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}

.MarcasList .owl-prev {
  left: -15px;
  background: url("./../Home/assets/ArrowLeft.png");
  width: 110px;
  height: 50px;
}

.MarcasList .owl-next {
  right: -15px;
  background: url("./../Home/assets/ArrowRight.png") !important;
  width: 110px;
  height: 50px;
}

.MarcasList .owl-prev:hover,
.MarcasList .owl-next:hover {
  background-color: #0056b3;
}

.MarcasList .owl-prev i,
.MarcasList .owl-next i {
  font-size: 20px;
}

.MarcasList .owl-carousel .owl-item {
  min-height: 300px; 
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.MarcasList .owl-carousel .owl-item div {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
}

.MarcasList .owl-carousel .owl-item {
  overflow: visible !important;
}*/

/***********/
.MarcasList .box-inner {
}

.MarcasList .box-inner .inner-item {
  background: #f6f6f6;
  padding: 10px;
  position: relative;
}

.MarcasList .box-inner .inner-item .titleMarca {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-align: center;
  padding-top: 29px;
  display: block;
}

.MarcasList .box-inner .inner-item p {
  font-size: 18px;
  color: #000;
  /* text-align: center; */
}

.MarcasList .box-inner .inner-item .moreInformation {
  position: relative;
  /*bottom: -34px;*/
  margin: 0 auto;
  max-width: 270px;
  width: 100%;
  display: block;
}

.MarcasList .box-inner .inner-item .moreInformation a {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-weight: 500;
  font-size: 20px;
  color: #18a0fb;
  border: 1px solid #18a0fb;
  text-align: center;
  cursor: pointer;
  max-width: 270px;
  height: 61px;
  width: 100%;
  margin: 0 auto;
  text-transform: uppercase;
  transition: 1s;
}

.MarcasList .box-inner .inner-item .moreInformation a:hover {
  background: #fff;
  color: #002b47;
  border: 1px solid #002b47;
}

/***************/

/***blog***/
.BlogList {
  display: block;
  margin-top: 50px;
}

.BlogList .box-inner .inner-item {
  background: #ebebeb;
}

.BlogList .box-inner .inner-item .img-blog {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.BlogList .content-inner {
  padding: 20px;
}

.BlogList .content-inner .titleBlog {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-align: left;
}

.BlogList .content-inner .titleBlog p {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-align: left;
}

.BlogList .content-inner .moreInformation {
  /* background: #777777; */
}

.BlogList .content-inner .moreInformation {
  display: flex;
  align-items: center;
  /* background-color: #777777; */
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s;
  float: right;
  text-transform: uppercase;
  max-width: 148px;
  width: 100%;
  height: 61px;
  align-items: center;
  justify-content: center;
}

.BlogList .content-inner .moreInformation a {
  display: flex;
  align-items: center;
  font-size: 20px;
}

.BlogList .content-inner .moreInformation a svg {
  margin-left: 8px;
}

.BlogList .content-inner .moreInformation:hover {
  /* background-color: #4b4b4b; */
}

.BlogList .content-inner .moreInformation .arrow {
  display: inline-block;
  margin-left: 10px;
  transition: transform 0.3s;
}

.BlogList .content-inner .moreInformation .arrow-button:hover .arrow {
  transform: translateX(5px);
}

/**Footer**/
.footerList {
  background: #5e5e5e;
}

.info-footer {
  color: white;
  padding: 20px 0;
}
.info-footer .icon {
  font-size: 30px;
  margin-bottom: 10px;
}
.info-footer h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px;
}
.info-footer p {
  margin: 0;
  font-size: 14px;
}
@media (max-width: 768px) {
  .info-footer .col-md-4 {
    text-align: center;
    margin-bottom: 20px;
  }
}

/******copyright********/
.copyright {
  background: #4c4c4c;
  text-align: center;
  color: #fff;
  font-size: 20px;
}

.copyright p {
  margin: 0 auto;
  padding: 5px;
}

/**Modal**/
#modalSite {
}

#modalSite .modal-header {
  border-bottom: 0px;
}

#modalSite .modal-title {
  color: #18a0fb;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 25px;
}

#modalSite .lineOuter {
  width: 94%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

#modalSite .modal-header .btn-close {
  color: #18a0fb !important;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 21px;
  margin-right: 2px;
  margin-top: -18px;
  --bs-btn-close-bg: inherit !important;
}

#modalSite .txtModal {
  font-size: 20px;
  font-weight: 100;
  color: #797979;
  margin-bottom: 0;
  line-height: 18px;
}

#modalSite .modal-footer {
  border-top: 0px !important;
}

#modalSite .modal-footer button {
  background: #014b7b;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 26px;
  margin: 0 auto;
  margin-top: -20px;
  max-width: 408px;
  width: 100%;
  height: 55px;
}

#modalSite .modal-footer button:hover {
  background: #012e4d;
  color: #fff;
}

/******pagina carrito********/
.bannerInner {
  position: relative;
}

.bannerInner .lineOuter {
  width: 30%;
  position: absolute;
  bottom: 25%;
}

.mainInner .titleSiteGray {
  text-transform: none;
}

.mainInner .steps {
}

.mainInner .steps .numberStep {
}

.mainInner .steps .numberStep .stepBox {
  position: relative;
}

.mainInner .steps .numberStep .stepBox .lineOuter {
  position: absolute;
  top: 50%;
  width: 85%;
}

.mainInner .steps .numberStep .inneStep {
  width: 50px;
  height: 50px;
  color: #797979;
  background: #d9d9d9;
  border-radius: 4px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s;
  cursor: pointer;
  z-index: 999;
  position: relative;
}

.mainInner .steps .numberStep .inneStep a {
  width: 50px;
  height: 50px;
  color: #797979;
  background: #d9d9d9;
  border-radius: 4px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s;
  cursor: pointer;
  z-index: 999;
  position: relative;
  text-decoration: none;
}

.mainInner .steps .numberStep .inneStep a:hover,
.mainInner .steps .numberStep .inneStep.active a {
  width: 50px;
  height: 50px;
  color: #fff;
  background: #18a0fb;
  border-radius: 4px;
}

/*****table cart**********/
.tableCartOuter {
  max-width: 1004px;
  width: 100%;
  margin: 0 auto;
}

.tableCartOuter .cart-item {
  padding: 15px 0;
}
.cart-header {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  color: #797979;
  font-size: 15px;
  font-weight: bold;
}

.cart-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px;
  border-bottom: 1px solid #ddd;
}

.product-info {
  display: flex;
  flex: 2;
  align-items: center;
}

.product-image {
  max-width: 197px;
  height: auto;
  margin-right: 15px;
  width: 100%;
  border: 1px solid #bababa;
}

.product-details {
  display: flex;
  flex-direction: column;
}

.product-details .product-title {
  color: #18a0fb;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
}

.product-details .product-size {
  color: #797979;
  font-size: 15px;
  font-weight: 100;
  margin-bottom: 0;
}

.product-details .product-price {
  color: #797979;
  font-size: 15px;
  font-weight: bold;
}

/**quantity form cart**/
.tableCartOuter .boxQuantity {
  display: flex;
  max-width: 160px;
  width: 100%;
}
.tableCartOuter .boxQuantity .input-group {
  display: flex;
  align-items: center;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  overflow: hidden;
  height: 45px;
  max-width: 133px !important;
  background: #d9d9d9;
}

/* Botones de control (- y +) */
.tableCartOuter .boxQuantity .btn-outline-secondary {
  background-color: #fff;
  color: #797979;
  border: none;
  font-size: 1.2rem;
  font-weight: bold;
  width: 5px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tableCartOuter .boxQuantity .btn-outline-secondary:hover {
  background-color: #d6d8db;
}

/* Campo de entrada (número) */
.tableCartOuter .boxQuantity .form-control {
  font-size: 15px;
  font-weight: bold;
  color: #797979;
  text-align: center;
  border: none;
  height: 45px;
  width: 10px;
}

/* Evitar bordes en focus del input */
.tableCartOuter .boxQuantity .form-control:focus {
  box-shadow: none;
  outline: none;
}

/***********************/

/**delete button cart**/
.tableCartOuter .boxQuantity .LinkDelete {
}

.tableCartOuter .boxQuantity .LinkDelete img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

/******************************/

.product-total {
  flex: 1;
  text-align: right;
  color: #797979;
  font-size: 15px;
  font-weight: bold;
}

.delete-item {
  flex: 0.5;
  background: none;
  border: none;
  cursor: pointer;
  color: #ff4d4d;
}

.cart-footer {
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.note {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  height: 101px;
}

.total-and-buy {
}

.total {
  text-align: right;
  color: #797979;
  font-size: 15px;
  font-weight: bold;
  display: block;
}

.buy-button {
  background: #014b7b;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 26px;
  float: right;
  max-width: 230px;
  width: 100%;
  height: 55px;
  border: 0;
}

.buy-button:hover {
  background: #012e4d;
  color: #fff;
}

.noteBox label {
  color: #797979;
  font-size: 15px;
  font-weight: bold;
  display: block;
}

.noteBox textarea {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}

/* Responsividad */
@media (max-width: 768px) {
  .cart-header,
  .cart-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-info {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-image {
    margin-bottom: 10px;
  }

  .product-quantity {
    justify-content: flex-start;
    margin-top: 10px;
  }

  .product-total {
    margin-top: 10px;
  }

  .total-and-buy {
    flex-direction: column;
    gap: 10px;
  }

  .buy-button {
    width: 100%;
    text-align: center;
  }
}

/***style form datos****/
.FormDatos .form-container {
  max-width: 865px;
  margin: 50px auto;
  margin-bottom: 150px;
  padding: 20px;
  background: white;
  /*border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);*/
}
.FormDatos .form-label {
  display: none;
  font-size: 24px;
  color: #797979;
  font-weight: 300;
}

.FormDatos .form-check {
  display: flex;
  align-items: center;
}
.FormDatos .form-check-label {
  font-size: 24px;
  color: #797979;
  font-weight: 300;
  margin-left: 9px;
}

.FormDatos .form-select,
.FormDatos .form-control,
.FormDatos .form-control::placeholder {
  font-size: 24px;
  color: #797979;
  font-weight: 300;
}

.FormDatos .form-check-input {
  width: 36px;
  height: 36px;
}
.FormDatos .btn-primary {
  max-width: 230px;
  width: 100%;
  height: 55px;
  float: right;
  background-color: #014b7b;
  border-color: #014b7b;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
}
.FormDatos .btn-primary:hover {
  background-color: #014b7b;
  border-color: #014b7b;
}

.FormDatos .text-link {
  font-weight: 300;
  font-size: 1.5rem;
  text-align: right;
  display: flex;
  color: #797979;
  text-decoration: none;
  margin-bottom: 15px;
  float: right;
}

.FormDatos .text-link a {
  font-size: 1.5rem;
  color: #797979;
  text-decoration: underline;
}
.FormDatos .text-link a:hover {
  text-decoration: underline;
  color: #797979;
}

/***formulario de pago****/
.FormPago .payment-container {
  max-width: 866px;
  margin: 50px auto;
  padding: 20px;
  background: white;
  padding-bottom: 77px;
}

.FormPago .payment-container .form-label {
  display: none;
}

.FormPago .accordion-button {
  font-weight: 600;
  background-color: #f8f9fa;
  color: #003366;
}
.FormPago .accordion-button:not(.collapsed) {
  background-color: #e9ecef;
  color: #003366;
  box-shadow: none;
}
.FormPago .accordion-item {
  border: none;
}
.FormPago .form-control {
  font-size: 24px;
  color: #797979;
}

.FormPago .form-control::placeholder {
  font-size: 24px;
  color: #797979;
}

.FormPago .btn-primary {
  max-width: 230px;
  width: 100%;
  height: 55px;
  float: right;
  background-color: #014b7b;
  border-color: #014b7b;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
}
.FormPago .btn-primary:hover {
  background-color: #014b7b;
  border-color: #014b7b;
}

.FormPago .OpenBlock {
  background: #f6f6f6;
}
.FormPago .boxGray {
  background: #f6f6f6;
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 1.5em;
}

/***tab content***/
.FormPago .tabContent {
  display: block;
  min-height: 1.5rem;
  padding-left: 2.5em;
  margin-bottom: 0.125rem;
  padding-top: 1.5em;
}

.FormPago .tabContent input {
  width: 29px;
  height: 29px;
}

.FormPago .tabContent label {
  font-size: 24px;
  font-weight: 300;
  margin-left: 15px;
  color: #797979;
}

/****finalizado page*****/
.FormFinalizado .Finalizado-container {
  max-width: 866px;
  padding: 20px;
  background: white;
  padding-bottom: 77px;
  text-align: center;
}

.FormFinalizado .Finalizado-container .TextFinalizado {
  font-size: 63px;
  color: #b3b3b3;
}

/**********producto page tabs********/
.ProductTop {
  margin-top: 50px;
}
.ProductTop .gallery {
  max-width: 960px;
  width: 100%;
  border: 1px solid #bababa;
}

.ProductTop .gallery ul {
  margin: 0;
  padding: 0;
}

.ProductTop .gallery ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* .ProductTop .gallery img {
  max-width: 901px;
  width: 100%;
  object-fit: cover;
} */

.ProductTop .gallery .owl-carousel .owl-stage {
  display: flex; /* Asegura que los elementos se alineen correctamente */
  width: 100% !important; /* Forzar ancho al 100% */
}

.ProductTop .gallery .owl-carousel .owl-item {
  flex: 1 0 auto !important; /* Garantiza que cada elemento ocupe su espacio */
}

/* Estilo de las flechas de navegación */
.ProductTop .gallery .owl-carousel .owl-nav {
  position: absolute;
  bottom: 15%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none; /* Permite interactuar con el carrusel */
}

.ProductTop .gallery .owl-carousel .owl-nav button {
  background-color: #e9ecef;
  border: 1px solid #ccc;
  border-radius: 50px; /* Botón redondeado */
  width: 110px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  pointer-events: all; /* Habilita la interacción */
}

.ProductTop .gallery .owl-carousel .owl-nav button:hover {
  background-color: #ddd;
}

.ProductTop .gallery .owl-carousel .owl-nav button:focus {
  outline: none;
}

.ProductTop .gallery .owl-carousel .owl-nav button span {
  font-size: 20px; /* Tamaño de la flecha */
  color: #888;
}

.ProductTop .gallery .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -30px; /* Ajusta la posición izquierda */
}

.ProductTop .gallery .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -30px; /* Ajusta la posición derecha */
}

.ProductTop .descProduct {
}

.ProductTop .descProduct h1.title {
  text-transform: uppercase;
  font-size: 25px;
  color: #18a0fb;
  text-align: left;
}

.ProductTop .descProduct .sku {
  text-transform: uppercase;
  font-size: 20px;
  color: #797979;
  text-align: left;
  font-weight: 100;
}

.ProductTop .descProduct .size-selector button {
  width: 101px;
  height: 56px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.ProductTop .descProduct .size-selector .active {
  background-color: #002147;
  color: #fff;
}

.ProductTop .descProduct .size-selector .btn:hover {
  background-color: #002147;
  color: #fff;
}

.ProductTop .descProduct .size-selector button:not(.active) {
  background-color: #e9ecef;
  color: #6c757d;
  border: none;
}

.ProductTop .descProduct .size-selector button:disabled {
  background-color: #f8f9fa;
  color: #ced4da;
  border: 1px dashed #ced4da;
  cursor: not-allowed;
}

.ProductTop
  .descProduct
  .size-selector
  button:hover:not(:disabled):not(.active) {
  background-color: #dee2e6;
  color: #495057;
}

.ProductTop .descProduct .PriceBox .Beforediscount {
  background: #bebebe;
  color: #fff;
  font-size: 14px;
  border-radius: 0px 4px 4px 0px;
  text-align: center;
  text-decoration: line-through;
}

.ProductTop .descProduct .PriceBox .price {
  font-size: 40px;
  font-weight: bold;
  color: #797979;
}

.ProductTop .descProduct .PriceBox .discount {
  background: #002b47;
  color: #fff;
  font-size: 18px;
  border-radius: 4px 0px 0px 4px;
  text-align: center;
  max-width: 58px;
  float: right;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
}

.ProductTop .descProduct .addToCart {
  text-align: center;
  display: block;
  bottom: -16px;
  position: relative;
  cursor: pointer;
}

.ProductTop .descProduct .addToCart input {
  background: #002b47;
  border-radius: 3px;
  font-weight: 500;
  font-size: 19px;
  color: #fff;
  text-align: center;
  border: 0;
  cursor: pointer;
  max-width: 410px;
  height: 55px;
  width: 100%;
  margin: 0 auto;
  text-transform: uppercase;
  transition: 1s;
}

.ProductTop .descProduct .addToCart input:hover {
  background: #014b7b;
}

/***tabs vertical****/
.tabsVertical .imgAccordeon {
  width: 26px;
  height: 26px;
  margin-right: 10px;
  object-fit: contain;
}

.ProductBottom #Tab {
  display: flex;
}
.ProductBottom #Tab li {
  background: #f6f6f6;
  border-radius: 4px 4px 0px 0px;
  border-style: solid;
  border-color: #d8d8d8;
  border-width: 1px;
  height: 109px;
  position: relative;
  flex: 1;
  height: 109px;
  cursor: pointer;
}

.ProductBottom #Tab li button.active {
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #18a0fb !important;
  font-weight: bold;
}

.ProductBottom #Tab li button {
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #797979 !important;
  font-weight: 600;
  cursor: pointer;
}

.ProductBottom #TabContent,
.ProductBottom #TabContent p {
  font-size: 26px;
  font-weight: 100;
}

.ProductBottom #TabContent .tab-pane {
  padding: 20px;
}

/*****************menu nivel 1 2 y3 ********/

.containeSubmenus {
  position: relative;
}
.desktop #navbarNavAltMarkup .navbar-nav li ul.level2,
.desktop #navbarNavAltMarkup .navbar-nav li ul.level2 li ul.level3,
.desktop .submenu2 ul.level2 li ul.level3 {
  display: none;
}

/*#navbarNavAltMarkup .navbar-nav li ul.dropdown-menu {
  display: inherit;
}*/

.submenu2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  background: rgb(24 160 251 / 80%);
  z-index: 1000;
  left: 0;
}

.submenu2.Active .show .level2 {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.submenu3.Active .show .level3 {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.submenu2 ul.level2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 619px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}
.submenu2 ul li {
  list-style: none;
  font-weight: 500;
  font-size: 17px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}

.submenu2 ul li a {
  list-style: none;
  font-weight: 500;
  font-size: 17px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}

.submenu2 ul li a:hover,
.submenu2 ul li.active a:active {
  color: #002b47;
}

.submenu2 ul li:after {
  content: "";
  width: 1px;
  height: 12px;
  position: absolute;
  background: #ffffffa8;
  font-weight: 400;
  top: 7px;
  right: -30px;
}

/***level 3***/
.submenu3 {
  position: absolute;
  width: 100%;
  background: rgb(0 43 71 / 80%);
  z-index: 88888;
  left: 0;
  top: 46px;
}

.submenu3 ul.level3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 619px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}
.submenu3 ul li {
  list-style: none;
  font-weight: 500;
  font-size: 17px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}

.submenu3 ul li a {
  list-style: none;
  font-weight: 500;
  font-size: 17px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}

.submenu3 ul li a:hover,
.submenu3 ul li.active a:active {
  color: #002b47;
}

.submenu3 ul li:after {
  content: "";
  width: 1px;
  height: 12px;
  position: absolute;
  background: #ffffffa8;
  font-weight: 400;
  top: 7px;
  right: -30px;
}
/**************/

/*Responsive**/
/*320*/
@media only screen and (max-width: 480px),
  screen and (max-device-width: 480px) {
  .mainInner .steps .numberStep .inneStep a:hover,
  .mainInner .steps .numberStep .inneStep.active a,
  .mainInner .steps .numberStep .inneStep,
  .mainInner .steps .numberStep .inneStep a {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }

  .menuLateral {
    width: 58.33333333%;
    flex: 0 0 auto;
  }
  .iconsSocial {
    width: 41.66666667%;
    flex: 0 0 auto;
  }
  .menuLateral ul li a {
    font-size: 14px;
  }
  .menuMovil .nav-link {
    color: #646464;
    font-family: "Rajdhani", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
  }

  .menuMovil .nav-item > ul {
    background: rgb(24 160 251 / 80%);
    color: #fff;
  }

  .menuMovil .nav-item > ul li a {
    color: #fff;
  }

  .menuMovil .nav-item > ul li > ul {
    background: rgb(0 43 71 / 80%);
  }

  .menuMovil .nav-item > ul li > ul li a {
    background: rgb(0 43 71 / 80%);
    color: #fff;
  }

  .FormDatos .btn-primary,
  .FormPago .btn-primary {
    margin: 0 auto;
    margin-top: 25px !important;
    display: block;
    float: inherit;
  }
  .tableCartOuter .cart-item {
    padding: 0;
  }

  .tableCartOuter .boxQuantity {
    align-items: baseline;
  }
  .cart-header,
  .cart-item {
    flex-direction: row;
    align-items: inherit;
  }
  .cartOuter:hover .cart-summary {
    width: 350px;
    left: -185px;
  }
  .carrot {
    right: 117px;
  }
  .item-5 .box-content-inner .phrase1 {
    bottom: 25%;
  }

  .item-5 .box-content-inner .buttonStore {
    bottom: 10%;
  }
  /**menu mobile**/
  .level2 {
    position: relative;
    background: #007bff;
    color: #fff;
    padding: 10px;
  }
  .text-container.show .phrase2,
  .text-container.show .phrase1 {
    font-size: 34px;
    width: 50%;
  }

  .FormDatos .text-link {
    font-weight: 300;
    font-size: 1.5rem;
    text-align: right;
    display: flex;
    color: #797979;
    text-decoration: none;
    margin-bottom: 15px;
    float: right;
    margin: 0 auto;
    float: inherit;
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 20px;
    justify-content: center;
  }

  .FormDatos .form-select {
    margin-bottom: 15px;
  }

  .FormFinalizado .Finalizado-container .TextFinalizado {
    font-size: 2.5em;
  }

  .FormFinalizado img {
    width: 100%;
  }

  .descProduct .sizes {
    margin-bottom: 20px;
  }

  .ProductTop .gallery .owl-carousel .owl-nav button {
    width: 55px;
    height: 25px;
  }

  .ProductTop .gallery .owl-carousel .owl-nav {
    position: absolute;
    bottom: 20%;
    width: 90%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    margin: 0 auto;
    left: 0;
    right: 0;
  }

  .buttonStore {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .dots {
    left: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0%;
    transform: translateX(-50%);
    transform: inherit;
  }

  .titleSiteGray,
  .NewProducts h2 {
    font-family: "Rajdhani", sans-serif;
    font-weight: 100;
    font-size: 2rem;
    color: #797979;
    text-transform: uppercase;
    text-align: center;
  }

  .item-1 .box-content-inner .phrase1 {
    font-size: 30px;
  }
}

/******ipad mini***/

/******ipad mini***/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .tel-fono-2244-5566-soporte-correo-empresa-com-span5
    .tel-fono-2244-5566-soporte-correo-empresa-com-span6
    .tel-fono-2244-5566-soporte-correo-empresa-com-span7,
  .tel-fono-2244-5566-soporte-correo-empresa-com-span8 {
    font-size: 13px;
  }

  .menuLateral ul li:after {
    content: "";
    width: 1px;
    height: 12px;
    position: absolute;
    background: #646464a8;
    font-weight: 400;
    top: 6px;
    right: -6px;
  }

  .panelLeft {
    width: 50%;
  }
  .panelCenter {
    width: 0%;
  }
  .panelRight {
    width: 50%;
  }

  .menuLateral ul li a {
    font-size: 13px;
  }

  .rowTop {
    flex-wrap: inherit;
  }

  .boxRightHeader {
    margin-top: 12px;
  }
  .rowMain {
    display: flex;
    align-items: flex-start !important;
  }
  .menuMovil .nav-link {
    color: #646464;
    font-family: "Rajdhani", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
  }

  .menuMovil .nav-item > ul {
    background: rgb(24 160 251 / 80%);
    color: #fff;
  }

  .menuMovil .nav-item > ul li a {
    color: #fff;
  }

  .menuMovil .nav-item > ul li > ul {
    background: rgb(0 43 71 / 80%);
  }

  .menuMovil .nav-item > ul li > ul li a {
    background: rgb(0 43 71 / 80%);
    color: #fff;
  }

  .item-5 .box-content-inner .phrase1 {
    bottom: 25%;
  }

  .item-5 .box-content-inner .buttonStore {
    bottom: 10%;
  }
  /**menu mobile**/
  .level2 {
    position: relative;
    background: #007bff;
    color: #fff;
    padding: 10px;
  }
  .text-container.show .phrase2,
  .text-container.show .phrase1 {
    font-size: 25px;
  }

  .FormDatos .text-link {
    font-weight: 300;
    font-size: 1.5rem;
    text-align: right;
    display: flex;
    color: #797979;
    text-decoration: none;
    margin-bottom: 15px;
    float: right;
    margin: 0 auto;
    float: inherit;
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 20px;
    justify-content: center;
  }

  .FormDatos .form-select {
    margin-bottom: 15px;
  }

  .FormFinalizado .Finalizado-container .TextFinalizado {
    font-size: 2.5em;
  }

  .FormFinalizado img {
    width: 100%;
  }

  .descProduct .sizes {
    margin-bottom: 20px;
  }

  .ProductTop .gallery .owl-carousel .owl-nav button {
    width: 55px;
    height: 25px;
  }

  .ProductTop .gallery .owl-carousel .owl-nav {
    position: absolute;
    bottom: 20%;
    width: 90%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    margin: 0 auto;
    left: 0;
    right: 0;
  }

  .buttonStore {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .dots {
    left: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0%;
    transform: translateX(-50%);
    transform: inherit;
  }

  .titleSiteGray,
  .NewProducts h2 {
    font-family: "Rajdhani", sans-serif;
    font-weight: 100;
    font-size: 2rem;
    color: #797979;
    text-transform: uppercase;
    text-align: center;
  }

  .item-1 .box-content-inner .phrase1 {
    font-size: 30px;
  }

  .BoxProduct .PriceBox .Beforediscount {
    font-size: 12px;
  }
  .BoxProduct .PriceBox .price {
    font-size: 20px;
  }

  .BoxProduct .PriceBox .discount {
    font-size: 12px;
  }

  .BoxProduct .imgProduct {
    height: 139px;
  }

  .text-container.show .phrase2,
  .text-container.show .phrase1 {
    font-size: 49px;
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .tel-fono-2244-5566-soporte-correo-empresa-com-span5
    .tel-fono-2244-5566-soporte-correo-empresa-com-span6
    .tel-fono-2244-5566-soporte-correo-empresa-com-span7,
  .tel-fono-2244-5566-soporte-correo-empresa-com-span8 {
    font-size: 13px;
  }

  .menuLateral ul li:after {
    content: "";
    width: 1px;
    height: 12px;
    position: absolute;
    background: #646464a8;
    font-weight: 400;
    top: 6px;
    right: -6px;
  }

  .ipad .panelLeft {
    width: 50%;
  }
  .ipad .panelCenter {
    width: 0%;
  }
  .ipad .panelRight {
    width: 50%;
  }

  .menuLateral ul li a {
    font-size: 13px;
  }

  .rowTop {
    flex-wrap: inherit;
  }

  .boxRightHeader {
    margin-top: 12px;
  }
  .rowMain {
    display: flex;
    align-items: flex-start !important;
  }
  .menuMovil .nav-link {
    color: #646464;
    font-family: "Rajdhani", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
  }

  .menuMovil .nav-item > ul {
    background: rgb(24 160 251 / 80%);
    color: #fff;
  }

  .menuMovil .nav-item > ul li a {
    color: #fff;
  }

  .menuMovil .nav-item > ul li > ul {
    background: rgb(0 43 71 / 80%);
  }

  .menuMovil .nav-item > ul li > ul li a {
    background: rgb(0 43 71 / 80%);
    color: #fff;
  }

  .item-5 .box-content-inner .phrase1 {
    bottom: 25%;
  }

  .item-5 .box-content-inner .buttonStore {
    bottom: 10%;
  }
  /**menu mobile**/
  .level2 {
    position: relative;
    background: #007bff;
    color: #fff;
    padding: 10px;
  }
  .text-container.show .phrase2,
  .text-container.show .phrase1 {
    font-size: 25px;
  }

  .FormDatos .text-link {
    font-weight: 300;
    font-size: 1.5rem;
    text-align: right;
    display: flex;
    color: #797979;
    text-decoration: none;
    margin-bottom: 15px;
    float: right;
    margin: 0 auto;
    float: inherit;
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 20px;
    justify-content: center;
  }

  .FormDatos .form-select {
    margin-bottom: 15px;
  }

  .FormFinalizado .Finalizado-container .TextFinalizado {
    font-size: 2.5em;
  }

  .FormFinalizado img {
    width: 100%;
  }

  .descProduct .sizes {
    margin-bottom: 20px;
  }

  .ProductTop .gallery .owl-carousel .owl-nav button {
    width: 55px;
    height: 25px;
  }

  .ProductTop .gallery .owl-carousel .owl-nav {
    position: absolute;
    bottom: 20%;
    width: 90%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    margin: 0 auto;
    left: 0;
    right: 0;
  }

  .buttonStore {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .dots {
    left: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0%;
    transform: translateX(-50%);
    transform: inherit;
  }

  .titleSiteGray,
  .NewProducts h2 {
    font-family: "Rajdhani", sans-serif;
    font-weight: 100;
    font-size: 2rem;
    color: #797979;
    text-transform: uppercase;
    text-align: center;
  }

  .item-1 .box-content-inner .phrase1 {
    font-size: 30px;
  }

  .BoxProduct .PriceBox .Beforediscount {
    font-size: 12px;
  }
  .BoxProduct .PriceBox .price {
    font-size: 20px;
  }

  .BoxProduct .PriceBox .discount {
    font-size: 12px;
  }

  .BoxProduct .imgProduct {
    height: 139px;
  }

  .text-container.show .phrase2,
  .text-container.show .phrase1 {
    font-size: 49px;
    width: 50%;
  }
}

/**/

/***ipad air****/

@media only screen and (min-width: 820px) and (max-width: 834px) and (orientation: portrait) {
  .info-footer .icon {
    font-size: 100%;
    margin-bottom: 10px;
  }

  .rowMain .navbar-nav .nav-link {
    font-size: 15px;
  }

  .tel-fono-2244-5566-soporte-correo-empresa-com-span5
    .tel-fono-2244-5566-soporte-correo-empresa-com-span6
    .tel-fono-2244-5566-soporte-correo-empresa-com-span7,
  .tel-fono-2244-5566-soporte-correo-empresa-com-span8 {
    font-size: 13px;
  }

  .menuLateral ul li:after {
    content: "";
    width: 1px;
    height: 12px;
    position: absolute;
    background: #646464a8;
    font-weight: 400;
    top: 6px;
    right: -6px;
  }

  .panelLeft {
    width: 50%;
  }
  .panelCenter {
    width: 0%;
  }
  .panelRight {
    width: 50%;
  }

  .menuLateral ul li a {
    font-size: 13px;
  }

  .rowTop {
    flex-wrap: inherit;
  }

  .carrot {
    right: 50px;
  }

  .cart-summary {
    left: -350px;
  }
}

/*****surface pro****/
/* Surface Pro en orientación vertical */
@media (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3/2),
  (-webkit-min-device-pixel-ratio: 1.5),
  (min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  (min-resolution: 1.5dppx) {
  .text-container.show .phrase1 {
    width: 40%;
    font-size: 50px;
  }

  .text-container.show .phrase2 {
    font-size: 50px;
  }
}

/**ipad pro**/
@media only screen and (min-width: 834px) and (max-width: 1024px) and (orientation: portrait) {
  .rowMain .navbar-nav .nav-link {
    font-size: 11px;
    display: flex;
    align-items: center;
  }

  .tel-fono-2244-5566-soporte-correo-empresa-com-span5
    .tel-fono-2244-5566-soporte-correo-empresa-com-span6
    .tel-fono-2244-5566-soporte-correo-empresa-com-span7,
  .tel-fono-2244-5566-soporte-correo-empresa-com-span8 {
    font-size: 13px;
  }

  .menuLateral ul li:after {
    content: "";
    width: 1px;
    height: 12px;
    position: absolute;
    background: #646464a8;
    font-weight: 400;
    top: 6px;
    right: -6px;
  }

  .panelLeft {
    width: 50%;
  }
  .panelCenter {
    width: 0%;
  }
  .panelRight {
    width: 50%;
  }

  .menuLateral ul li a {
    font-size: 13px;
  }

  .rowTop {
    flex-wrap: inherit;
  }
}
