.form-control {
  border-radius: 0px !important;
}

.navbar-logo {
  height: 50px;
  width: auto;
}

.fixed-btn {
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: 55px;
    height: 55px;
    font-size: 24px;
    padding: 10px 17px;
}

.btn-whatsapp-1 {
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    background: #23af00;
    padding: 12px 18px;
    border-radius: 30px;
    color: #fff!important;
}

.btn-whatsapp-1:hover {
    background: #c4c4c4;
    color: #000 !important;
}

.btn-whatsapp-2 {
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    background: #23af00;
    padding: 5px 10px;
    border-radius: 10px;
    color: #fff!important;
    border: 1px solid #c4c4c4;
}

.btn-whatsapp-2:hover {
    background: #c4c4c4;
    color: #000 !important;
}

.blank-space-50 {
  padding-top: 50px !important;
}

.spacing-breadcrumb {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.nav-link {
  min-width: 75px !important;
}

.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.container {
  margin: 50px auto !important;
}

.title-color {
  color: #000048 !important;
  margin-bottom: 40px !important;
}

.text-price {
  font-size: 22px;
  font-weight: 700;
  color: #c2362e;
}

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

.card-link-title {
  color: #777777;
}

.product-box {
  margin: 5px !important;
  width: calc(25% - 10px) !important;
  border-radius: 0px !important;
}

.product-box-shop {
  margin: 5px !important;
  width: calc(33.33% - 10px) !important;
  border-radius: 0px !important;
}

.product-box:hover, .product-box-shop:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.19) !important;

}

.btn-custom-1 {
  border-radius: 0px;
  padding: 15px 25px;
  border: 2px solid #000043;
  color: #000043;
  background-color: #fff;
}

.btn-custom-2 {
  border-radius: 0px;
  padding: 5px 15px;
  border: 2px solid #000043;
  color: #000043;
  background-color: #fff;
}

.btn-custom-2:hover {
  color: #fff;
  background-color: #000043;
}

.btn-custom-1:hover {
  color: #fff;
  background-color: #000043;
}

.card-text {
  text-align: justify;
}

.card-title {
  color: #4e4e4e;
  text-align: center;
}

.right-border {
  border-left: 1px solid #4e4e4e;
}

.brands-logo {
  min-height: 400px !important;
  /* background-image: url('/assets/img/logo-footer.png');
  background-size: cover;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.60; */
}

#navbar-main {
  position: relative;
  top:0 !important;
  width: 100%;
  z-index: 9999999;
  background-color: #fff !important;
}

.btn-primary-1 {
  border-radius: 0px !important;
  background-color: #000043;
  color: #fff !important;
}

.btn-primary-1:hover {
  background-color: #c2362e;
  color: #fff !important;
}

hr {
  border-top: 1px solid #a7a7a7 !important;
  margin-top: 5px !important;
  margin-bottom: 10px !important;
}

body, p, span, a, div {
  font-family: 'Barlow', sans-serif !important;
}

.footer-list-option {
  margin-bottom:3px;
  text-align:left !important;
  font-size:14px;
  font-weight: 300 !important;
  color: #d0d0d0 !important;
}

.a-footer-list-option {
  color: #d0d0d0 !important;
}

.footer-row {
  background: linear-gradient(135deg, #2e3f7f 0%, #1a2654 100%);
  padding: 1% !important;
  width: 100% !important;
  border-top: none !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.category-menu {
  /* text-align: center; */
  padding: 0px 10px;
  background-color: #0d4371;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.category-item {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff !important;
  text-decoration: none !important;
}

/*Añadido para controlar color de los títulos en menú de categorías*/
.navbar-nav-1 > li > a {
  color: #ffffff;
}
li.category-item:hover a.menu-link {
  color: #00005c;
}
/*----------------------*/

.category-item a:hover, .category-item:hover a {
  color: #000061;
}

.category-item:hover {
  background-color: #ffffff !important;
  color: #000048 !important;
}

/* @media screen and (min-width:992px){
  .container {
    margin-top: 50px !important;
  }
} */

.itm-search {
  min-width: 370px;
  margin-left: 30px;
}

@media screen and (max-width:992px){
  .footer-list-option, .footer-list-title {
    text-align: center !important;
  }

  .itm-search {
    min-width: 100% !important;
    margin-left: 0px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .easg-text {
    font-size: 14px !important;
  }

  .category-menu {
    display: none !important;
  }

  .d-none-992 {
    display: none !important;
  }

  .d-show-992 {
    display: block !important;
  }

  .product-box, .product-box-shop {
    margin: 5px !important;
    width: calc(50% - 10px) !important;
    border-radius: 0px !important;
  }

  .arrow-right, .arrow-left {
    display:none !important;
  }
}

@media screen and (max-width:568px){
  .product-box, .product-box-shop {
    width: calc(100% - 10px) !important;
  }

  .box-img {
    height:200px !important;
  }
}

.a-footer-list-option:hover {
  color: #fff !important;
}

.a-header-list-option {
  color: #ffffff !important;
}

.a-header-list-option:hover {
  color: #d92a28!important;
}

.cart-text {
  font-size: 12px !important;
  margin-bottom: 0px !important;
}

.footer-list-title {
  font-size:18px;
  font-weight:600;
  padding-top: 44px;
  color: #fff !important;
}

.container { margin: 100px auto; }
/* slider-wrapper */
/* .slider-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  height: 50vh;
  max-height: 550px;
  min-height: 50vh;
  background: #ddd;
  overflow: hidden;
} */

.slider-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* slider-img */
ul.slider-img {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%; /* ← Necesario */
  transition: 0.5s;
  position: absolute;
  left: 0;
}

ul.slider-img li {
  flex: 0 0 100%;
  position: relative;
  height: 100%; /* ← Necesario */
}

ul.slider-img li img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* Usa cover si quieres que llene el alto, pero puede cortar */
  display: block;
}

/* slider-arrow */
ul.slider-arrow {
  position: relative;
  color: #fff;
  font-size: 2rem;
  display: flex;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}

@media screen and (min-width: 768px) {
  ul.slider-arrow {
    font-size: 2.5rem;
  }
}

.slider-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none; /* permite que .main_div no bloquee */
  z-index: 3;
}

.slider-arrow li {
  pointer-events: auto;
  cursor: pointer;
  font-size: 2rem;
  color: white;
  /* background: rgba(0, 0, 0, 0.3); */
  padding: 10px;
  z-index: 3;
}

/* .slider-arrow li:hover {
  background: rgba(0, 0, 0, 0.6);
} */

ul.slider-arrow li {
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 100%;
  padding: 0 15px;
  opacity: 0.4;
  transition: 0.5s;
}

ul.slider-arrow li:hover {
  opacity: 1;
}

/* slider-dot */
.slider-dot {
  display: none !important;
}

.slider-dot li {
  cursor: pointer;
  margin: 0 8px;
  font-size: 0.6rem;
  opacity: 0.4;
}

.slider-dot li.active {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .slider-dot li {
    margin: 0 12px;
    font-size: 0.95rem;
  }
}

@media screen and (max-width:768px){
  .navbar-logo {
    height: 40px !important;
  }
}

/* .main_div {
  position: absolute;
  width: 100%;
  height: 100%;
  display: grid;
  padding: 5%;
  align-content: center;
} */

.slider-wrapper {
  position: relative;
  width: 100%;
  /* aspect-ratio: 1024 / 290; */
  aspect-ratio: 3.53 / 1;
  overflow: hidden;
}

/* .slider-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain; 
  display: block;
} */

.main_div {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex !important;
  align-items: center;
  padding: 20px;
  z-index: 2;
  pointer-events: none;
}

.main_title_div {
  width: 100%;
  text-align: center;
  pointer-events: auto;
}

.main_title_div h1,
.main_title_div h2 {
  margin: 0;
}

.main_title_div h2 {
  font-size: 2.5rem;
  margin-top: 10px;
}

.main_title_div button {
  margin-top: 15px;
}

/* .main_title_div {

} */

.main_title {
  font-size: 62px;
  font-weight: 900;
  line-height: 54px;
  margin-bottom: 0px;
}

.hidden{
  display: none;
}

.alert_error{
  color: #f00 !important;
  font-size: 11px !important;
}

.error_message{
  color: #dc3545 !important;
  font-size: 11px;
}

@media screen and (max-width:992px){
  .cart-icon-992{
    display: none !important;
  }

  #cart_btn_menu {
    display: block !important;
  }

   .btn-block-mobile {
     margin-top:10px !important;
     width: 100% !important;
   }
}

.product_price_mini {
  font-size: 8px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  background-color: #c4c4c4 !important;
  padding: 3px 6px !important;
  right: 0 !important;
}

.products_span {
  background-color: #f10000;
  margin-top: 10px;
  margin-left: -5px;
  padding: 2px 5px;
  border-radius: 50px;
  color: #fff;
  position: absolute;
  font-size: 9px;
}

.box-img {
  height:200px;
}

.box-img img  {
  height: 100%;
  object-fit: scale-down;
}

.paginate-pagination {
  margin: auto !important;
}
