@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
/* Fats */
.hover-overlay {
    position: absolute;
    top: 50%;
    left: 50%; 
    transform: translate(-50%, -50%);
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 999;
}

.product-item:hover .hover-overlay {
    opacity: 1;
}

.circle {
    width: 40px;
    height: 40px;
    background-color: #15232c;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.plus-symbol {
    font-size: 24px;
    color: #fff;
}

/**/
.slider-container {
  min-height: 62vh;
  overflow: hidden;
  display: flex;
  align-items: center; 
}

.carousel-inner {
  width: 100%;
}

.carousel-inner img {
  width: 100%;
  min-height: 45vh;
  height: 40vh;
  margin-top: 1vh;
  object-fit: cover;
}

.name-catalogo {
  display: block;
}

.text-product-left,
.text-product-right {
  padding: 20px;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
@media (max-width: 991px) {
  .slider-container {
    min-height: 50vh;
  }

  .carousel-inner img {
    margin-top: 20px; 
  }
  .carousel-inner h1 {
    display: none; 
  }

  .text-product-left,
  .text-product-right {
    padding: 10px; 
  }
}

@media (max-width: 991px) {
  #menu-toggler {
    margin-top: 10px; 
  }

  .btn-outline-info {
    margin-top: 10px; 
  }

  .navbar-nav {
    text-align: center; 
    width: 100%; 
  }

  .navbar-nav .nav-item {
    margin: 0 10px; 
  }
}

/*Bread*/
.category-box {
    border: 1px solid #ccc; 
    padding: 20px; 
    text-align: center; 
    margin-bottom: 20px;
}
.category-box  h2{
    font-size:2.3vh;
}

/*  */
.blue-background {
    background-color: #0C77FF;
    color: white;
}
.icon-navbar i{
    color: #fff;
}
.icon-navbar a i{
    color: #fff;
}
.links-navbar li a{
font-size: 1.7vh;
}
.text-primary-h1{
    font-size: 4vh;
}
.text-primary-nav{
    font-size: 2vh;
}
.text-product-left h2{
    font-size: 10vh;
}
.text-product-left p{
    font-size: 5vh;
    color: #0C77FF;
    font-style: italic;

}
/* .text-product-left{
    padding: 100px;
    
}
.text-product-right{
    padding: 100px;
} */
.text-product-right h2{
    font-size: 8vh;
    color: #0C77FF;
}
.text-product-right p{
    font-size: 5vh;
    font-style: italic;
}
.watts{
    font-size: 7vh;
    text-align: center;
    font-weight: 700;
    margin-bottom: 1vh;
}

/* Catalogo */
/* .products-catalogo p{
    font-size: 2.5vh;
    font-weight: bold;

} */

.products-catalogo .col-md-3 {
  flex: 0 0 25%;
  max-width: 33.33%; 
  margin-bottom: 20px;
  display: flex;
}

.products-catalogo .product-item {
  width: 100%; 
}

.products-catalogo {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 0px;l
}

/* Define un ancho específico para los elementos filtrados para ocupar solo su espacio normal */
.product-item.filtered {
  max-width: 25%;
}

@media (min-width: 768px) {
  .products-catalogo .col-md-3 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

}

@media (max-width: 767px) {
  .products-catalogo .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}



.category-link {
    text-decoration: none; 
    color: inherit; 
    transition: transform 0.3s;
}

.category-link .img-fluid {
transition: 0.3s;
}
.category-link:hover .img-fluid {
    transform: scale(1.1); 
}
.category-link  .arrow-product {
    transition: 0.3s;
}
.category-link:hover  .arrow-product {
    transform: translateX(5px);
}
.category-link:focus {
    outline: none; 
}
.products-catalogo img{
    width: 100%;
    height: 27vh;
}

/* Productos */
.filter-options h3{
    color: #0C77FF;
    font-size: 4vh;
    margin-top: 2vh;
}
.filter-options ul{
    list-style: none;
    padding-left: 10px;
}
.filter-options ul li{
    list-style: none;
    padding-left: 10px;
}

/* Catalogo */

.hover-overlay {
    position: absolute;
    top:20%;
    left: 25px;
    padding: 0px;
    opacity: 0;
    transition: opacity 0.3s ease; 
}

.product-item:hover .hover-overlay {
    opacity: 1; 
}

.overlay-btn {
    background-color: transparent;
    border: none;
    display:block;
    color: white;
    font-size: 24px;
    cursor: pointer;
}

.products-catalogo img{
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.product-item {
    position: relative;
}

.product-item .badge {
    position: absolute;
    top: 5px;
    right: 5px;
}

.left-badge{
    position: absolute;
    top: 5px;
    left: 5px;
    color: #fff;
    border-radius: 0.25em;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 0.75em;
    padding: 0.20em 0.65em;
}
.product-item img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.product-item p:last-child {
    margin-top: 10px;
}

/* Producto */
.disponibilidad{
    font-size: 1.5vh;
}
.etiquetas {
    display: flex;
    justify-content: center; 
    align-items: center;
}

.etiquetas .color-box {
    flex: 1; 
    height: 30px; 
    color: #fff; 
    text-align: center; 
    line-height: 30px;
    margin: 0px 2px;
    margin-bottom: 15px;
    font-size: 1.2vh;
}

@media (max-width: 920px){
    .etiquetas {
    flex-direction:column;
}
  .etiquetas .color-box {
    flex: 1; 
    height: 30px; 
    padding:0px 50px;
    color: #fff; 
    text-align: center; 
    line-height: 30px;
    margin: 0px 2px;
    margin-bottom: 15px;
    font-size: 2vh;
}

  }

/* Pago */

.check-container{
  margin-left: 10vh;
  margin-bottom: 20px
}


/* Footer */

footer{
    /* background: #140B5C; */
    background-color: #fff;
    width: 100%;
    bottom: 0;
    left: 0;
    margin-top: 20px;
  }
  /* footer::before{
    content: '';
    position: absolute;
    left: 0;
    top: 100px;
    height: 1px;
    width: 100%;
    background: #AFAFB6;
  } */
  footer .content{
    max-width: 100%;
    margin: auto;
    padding: 30px 40px 40px 20px;
  }
  footer .content .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .content .top .logo-details{
    color: #15232c;
    font-size: 5vh;
  }
  .content .top .media-icons{
    display: flex;
  }
  .content .top .media-icons a{
    height: 50px;
    width: 50px;
    margin: 0 8px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 3vh;
    text-decoration: none;
    transition: all 0.4s ease;
  }
  .top .media-icons a:nth-child(1){
    background: #4267B2;
  }
  .top .media-icons a:nth-child(1):hover{
    color: #fff;
    background: #15232c;
  }
  .top .media-icons a:nth-child(2){
    background: #1DA1F2;
  }
  .top .media-icons a:nth-child(2):hover{
    color: #fff;
    background: #15232c;
  }
  .top .media-icons a:nth-child(3){
    background: #E1306C;
  }
  .top .media-icons a:nth-child(3):hover{
    color: #fff;
    background: #15232c;
  }
  .top .media-icons a:nth-child(4){
    background: #0077B5;
  }
  .top .media-icons a:nth-child(4):hover{
    color: #fff;
    background: #15232c;
  }
  .top .media-icons a:nth-child(5){
    background: #FF0000;
  }
  .top .media-icons a:nth-child(5):hover{
    color: #fff;
    background: #15232c;
  }
  footer .content .link-boxes{
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  footer .content .link-boxes .box{
    width: calc(100% / 5 - 10px);
  }
  .content .link-boxes .box .link_name{
    color: #15232c;
    font-size: 3vh;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
  }
  .link-boxes .box .link_name::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 55px;
    background: #15232c;
  }
  .content .link-boxes .box li{
    margin: 6px 0;
    list-style: none;
  }
  .content .link-boxes .box li a{
    color:#15232c;
    font-size: 2vh;
    font-weight: 400;
    text-decoration: none;
    opacity: 0.8;
    transition: all 0.4s ease
  }
  .content .link-boxes .box li a:hover{
    opacity: 1;
    text-decoration: underline;
  }
  .content .link-boxes .input-box{
    margin-right: 55px;
  }
  .link-boxes .input-box input{
    height: 40px;
    width: calc(100% + 55px);
    outline: none;
    border: 2px solid #AFAFB6;
    background: #fff;
    border-radius: 4px;
    padding: 0 15px;
    font-size: 15px;
    color: #15232c;
    margin-top: 5px;
  }
  .link-boxes .input-box input::placeholder{
    color: #AFAFB6;
    font-size: 16px;
  }
  .link-boxes .input-box input[type="button"]{
    background: #15232c;
    color: #fff;
    border: none;
    font-size: 18px;
    font-weight: 500;
    margin: 4px 0;
    opacity: 0.8;
    cursor: pointer;
    transition: all 0.4s ease;
  }
  .input-box input[type="button"]:hover{
    opacity: 1;
  }
  footer .bottom-details{
    width: 100%;
    /* background: #0F0844; */
    background-color: #fff;;
  }
  footer .bottom-details .bottom_text{
    max-width: 1250px;
    margin: auto;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
  }
  .bottom-details .bottom_text span,
  .bottom-details .bottom_text a{
    font-size: 2vh;
    font-weight: 300;
    color: #15232c;
    opacity: 0.8;
    text-decoration: none;
  }
  .bottom-details .bottom_text a:hover{
    opacity: 1;
    text-decoration: underline;
  }
  .bottom-details .bottom_text a{
    margin-right: 10px;
  }
  @media (max-width: 900px) {
    footer .content .link-boxes{
      flex-wrap: wrap;
    }
    footer .content .link-boxes .input-box{
      width: 40%;
      margin-top: 10px;
    }
    footer .content{
    max-width: 100%;
    margin: auto;
    padding: 15px 20px 20px 10px;
  }
  }
  @media (max-width: 700px){
    footer{
      position: relative;
    }
    .content .top .logo-details{
      font-size: 26px;
    }
    .content .top .media-icons a{
      height: 35px;
      width: 35px;
      font-size: 14px;
      line-height: 35px;
    }
    footer .content .link-boxes .box{
      width: calc(100% / 3 - 10px);
    }
    footer .content .link-boxes .input-box{
      width: 60%;
    }
    .bottom-details .bottom_text span,
    .bottom-details .bottom_text a{
      font-size: 12px;
    }
  }
  @media (max-width: 520px){
    footer::before{
      top: 145px;
    }
    footer .content .top{
      flex-direction: column;
    }
    .content .top .media-icons{
      margin-top: 16px;
    }
    footer .content .link-boxes .box{
      width: calc(100% / 2 - 10px);
    }
    footer .content .link-boxes .input-box{
      width: 100%;
    }
  }


 /* tables */
  @media (max-width: 991px) {
  .reference-mobil{
    display: flex;
    justify-content: space-around;
  }
}

  @media (max-width: 991px) {
    .navbar .navbar-collapse {
        justify-content: space-between;
    }
    .navbar-toggler {
        order: -1;
        display: normal;
    }
    .navbar .collapse.show {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar .collapse.show .navbar-nav {
        flex-direction: column;
        width: 100%;
        margin-top: 1rem;
    }
    .navbar .collapse.show .navbar-nav .nav-link {
        padding: .5rem 1rem;
        text-align: center;
    }
}

.texto-inicial{
  background-color: #FF0000;
}

/*  */
.image-container {
  background-color: white;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  bottom: 1%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.image-container img {
  height: 150px;
  object-fit: contain;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -13%);
  bottom: 0px;
}

.logo-img {
  height: 50px;
  object-fit: contain;
  position: absolute;
  bottom: 20%;
  left: 50%;
  margin-top: 70px;
  transform: translate(-50%, -50%);
}

.image-link {
  display: inline-block;
  position: relative;
  width: 250px;
  height: 250px;
}
/* telefono  */
@media (max-width: 991px) {
  .image-container {
    width: 100%;
    height: 80px; 
    float: left; 
    margin-bottom: 20px;
    display: none;
  }

  .logo-img {
    padding: 0px 0px;
    width: 100%;
    min-height: 50px;
    max-height: 50px;
  }

  .image-link {
    width: 45%; 
    height: auto; 
    margin: 0 auto; 
  }

  .col-md-2 {
    margin-bottom: 20px;
  }
}