@font-face {
            font-family: 'Prompt';
            src: url(fonts/Prompt-Black.ttf);
	src: url(fonts/Prompt-Bold.ttf);
	src: url(fonts/Prompt-Regular.ttf);
	src: url(fonts/Prompt-ExtraBold.ttf);

        }
@font-face {
            font-family: 'Raleway';
	src: url(fonts/Raleway-Italic-VariableFont_wght.ttf);
	src: url(fonts/Raleway-VariableFont_wght.ttf);
        }

@import url(https://fonts.googleapis.com/css?family=Inconsolata);
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap'); 
@font-face {
  font-family: "Inconsolata";
  src: url(../fonts/inconsolata.ttf);#carritoContenedor
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Bold.ttf);
}


* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto','Helvetica';
  overflow-x: hidden;
  background-color: #ffffff;
 
}

img {
  display: block;
  width: 100%;
}

  
#contenedor{
max-width:1024px;
margin:auto;
}



   .offer-btn {
      background-color: #ff9900;
      color: white;
      font-weight: bold;
      border: none;
    }
    .product-card {
      background-color: white;
      border-radius: 8px;
      padding: 15px;
    }
    .price-old {
      text-decoration: line-through;
      color: grey;
    }
    .discount {
      background-color: #ffcc00;
      color: #0a4a8f;
      font-weight: bold;
      padding: 5px;
      border-radius: 50%;
    }
    .add-btn {
      background-color: #0056b3;
      color: white;
    }


    .card {
      border: 1px solid rgba(13, 13, 13, 0.129); /* Borde sutil */
      border-radius: 10px; /* Bordes redondeados, ajusta según sea necesario */
      background-color: #fff; /* Color de fondo de la tarjeta */
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Efecto de sombra */
      transition: box-shadow 0.3s ease; /* Suaviza el cambio de sombra al pasar el mouse */
  }
  
    .card:hover {
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); /* Sombra más intensa al pasar el mouse */
    }
    


    .btn-orange {
      background-color: #ffb128;
      color: white;
    }
    .btn-add {
      background-color: #004c97;
      color: #ffeb3b;
      width: 100%;
      border-radius: 24px; 
    }

    .srl_dismac .btn-add{
      background-color: #EC0002;
      color: #ffffff;
      width: 100%;
      border-radius: 24px; 
    }


    .srl_multicenter .btn-add{
      background-color: #17528A;
      color: #ffffff;
      width: 100%;
      border-radius: 24px; 
    }

    .srl_camsa .btn-add{
      background-color: #0065ff;
      color: #ffffff;
      width: 100%;
      border-radius: 24px; 
    }

    .srl_kawka .btn-add{
      background-color: #fdb869;
      color: #038582;
      width: 100%;
      border-radius: 24px; 
    }


    .logo {
      max-width: 80%;
    }
    .special-offer {
      color: #ff9100;
    }
    .price-discount {
      text-decoration: line-through;
      color: grey;
    }
    .discount-tag {
      background-color: #ffeb3b;
      border-radius: 50%;
      padding: 5px 10px;
      font-weight: bold;
    }
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Sriracha&display=swap');
#text_ofertas {
  font-family: "Bebas Neue", serif;
  font-weight: 700;
  font-style: normal;
  color: white; /* Color del texto */
  text-shadow: 
      -1px -1px 0 #e96d00f7,  /* Sombra superior izquierda */
      1px -1px 0 #e96d00f7,   /* Sombra superior derecha */
      -1px 1px 0 #e96d00f7,   /* Sombra inferior izquierda */
      1px 1px 0 #e96d00f7;    /* Sombra inferior derecha */
}
  
  
    

    /*modal-productos*/
.modal-contenedor{
 display: flex;
 border-bottom: rgb(116, 116, 116) 1px solid;

}

.img-carrito{
  width: 28%;
  height: 40%;
  margin: 0;
  padding: 0;
  display: flex;
}
.detalle{
  width: 250px;
  height: 125x;
  margin: 10px;
  font-family: 'Roboto', sans-serif;
  
}

.product__price{

  font-weight: 500;
  font-size: 1.8rem;
  color: #f55;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: sans-serif;

  
}
.btn-delete{
  position: relative;
  border: none;
  background: none;
  color: red;
  bottom: 18px;

}

.close{
  color: black;
  border: none;
  background: none;
}
.detalle p{
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-size: 12px;
}

.imagen-producto{
  background-color: orange;
  
}

.modal-footer{
font-weight: bold;
}

/*icono cart*/
.cart_product  {
  border-radius: 50%;
  background-color: rgb(193, 0, 0);
  color: white;
  font-size: 10px;
  padding: 2px 5px 1px  3px;
  font-family: 'Roboto', sans-serif;
  position: absolute;
  top:6px;
  right: 26px;

}

#carritoContenedor {
  font-size: 0.8rem; 
  width: 16px; 
  height: 16px; 
  line-height: 1.1rem; 
  text-align: center;
  font-weight: 500;
  border-radius: 50%; 
  background-color: #E61A1A;   
  color: rgb(4, 0, 0); 
  position: absolute; 
  top: 5px; 
  right: 5px; 
  transform: translate(50%, -50%); 
}

/* Ajustes para dispositivos móviles */
@media (max-width: 768px) {
  #carritoContenedor {
    width: 14px; /* Ancho del badge en dispositivos móviles */
    height: 16px; /* Altura del badge en dispositivos móviles */
    font-size: 0.7rem; /* Tamaño del texto en dispositivos móviles */
    line-height: 1.3rem; /* Alinea el texto verticalmente en dispositivos móviles */
    top: 8px; /* Ajusta este valor para dispositivos móviles */
    right: 3px; 
  }
}

/* Elimina el borde negro al hacer clic o enfocar en los botones */
button:focus, button:active {
  outline: none;
  box-shadow: none; /* También elimina cualquier sombra que pueda aparecer */
}

.fa-shopping-cart {
  font-size: 1.4rem; /* Ajusta el tamaño del ícono */
}

/*stilos botones*/
@media (max-width: 768px) {
  .button-container {
      width: 100%;
      margin-bottom: 10px; /* Espaciado entre botones en mobile */
  }

  .botones {
      width: 100%; /* Hace que los botones ocupen el 100% del ancho */
  }
}

/* ESTILOS DE PRODUCTOS */
.btn-compra{
    text-decoration: none;
    background: rgb(253, 22, 22);
    padding: 7px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    
    width: 210px;
    border-radius: 10px;
    border: 0px;
}

.btn-compra:hover{
    background: #fff;
    color: red;
    border: solid 2px red;
    transition-duration: .1s;
}

.container-products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  
}
.product {
    border: 1px solid rgb(255, 255, 255);
    padding: 20px;
    text-align: center;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 10px;
    padding-bottom: 15px;
    margin-bottom: 40px;
    border-radius: 10px;
    height: 300px;
}

.product__img{
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.product__title{
  text-align: center;
  margin-top: 10px;
  color:#444444 ;
  font-size: 12px;
  font-family: Poppins,'Segoe UI','Helvetica';
  text-transform: uppercase ;
  
}
.product__price {
  color: red;
  font-size: 14px;
  margin-bottom: 10px;
}
.product__icon {
  display: block;
  margin-top: 10px;
}
.product:hover .product__icon {
  color: red;
}
.container__testimonials{
  text-align: center;
  background: #F7F7F7;
  padding: 20px;
  margin: 20px 0;
}


.navbar {
  background: #ffffff !important;
  color: #3a3a3a;

  box-shadow: rgba(100, 100, 111, 0.2) 0px 5px 12px 0px;
}

.navbar a, .navbar a:hover {
  color: #3a3a3a;
}


.navbar-brand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* Base styles for the container */
.container-fluid {
  max-width: 80%; /* Default max-width for larger screens */
  margin: 0 auto; /* Center align the container */
  align-items: center; /* Align items to center, if applicable */
}

/* Media query for mobile devices */
@media (max-width: 991px) {
  .container-fluid {
    max-width: 100%; /* Full width on mobile */
  }
}

/* Adjust for all mobile devices */
@media (max-width: 991px) {
  .input-group {
      position: relative; /* Allow absolute positioning for input */
      transition: width 0.3s ease; /* Transition for the input group */
      z-index: 1; /* Keep it above other elements */
  }

  #searchInputCollapse {
      position: absolute;
      right: 0; /* Align to the right side */
      z-index: 1030; /* Ensure it's above other elements */
      display: none; /* Initially hidden */
      opacity: 0; /* Start as invisible */
      width: 0; /* Start with 0 width */
      overflow: hidden; /* Prevent content overflow */
      transition: width 0.3s ease, opacity 0.3s ease; /* Smooth transition */
  }

  #searchInputCollapse.collapse.show {
      display: block; /* Show input when expanded */
      width: 100px; /* Adjusted width when expanded (narrower) */
      opacity: 1; /* Make it visible */
      margin-right: 60px; /* Ensure spacing when visible */
  }

  #searchInputCollapse.collapse:not(.show) {
      opacity: 0; /* Fade out when hidden */
      width: 0; /* Collapse width to 0 */
      margin-right: 0; /* Reset margin when collapsed */
  }

  /* Adjust the logo position */
  .navbar-brand {
      transition: margin-left 0.3s ease; /* Transition for smooth movement */
  }

  /* Move the logo when search is expanded */
  #searchInputCollapse.collapse.show ~ .navbar-brand {
      margin-left: -120px; /* Adjust based on the new width of the search input */
  }

  /* Optional: Adjust search icon margin for better spacing */
  #searchIcon {
      cursor: pointer; /* Change cursor to pointer for better UX */
  }
}

/* Ensure the search input is visible on larger screens */
@media (min-width: 992px) {
  #searchInputCollapse {
      display: none; /* Keep the collapsible input hidden on desktop */
  }

  .input-group .form-control.d-none {
      display: block; /* Show the input normally on desktop */
  }
}










/* Franja Principal */
.contenedor-franja {
  background-color: #00A7E1; /* Background color */
  padding: 5px !important; /* Internal padding */
  display: flex;
  justify-content: center; /* Center content horizontally */
}

.contenedor-franja .contenido {

  align-items: center; /* Vertical alignment */
  max-width: 1200px; /* Optional: Limit width */
}

/* Image and Text */
.imagen-izquierda {
  width: 80%; /* Set width for desktop */
  height: auto; /* Maintain aspect ratio */
  margin-right: 30px; /* Space between image and text */
}

.texto-derecha {
  font-size: 42px; /* Font size */
  color: rgb(0, 0, 0); /* Text color */
  text-align: left; /* Align text to the left */
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  line-height: 1.1; /* Reducir el espaciado entre líneas */
}

/* Responsive Design */
@media (max-width: 768px) {
  .contenedor-franja .contenido {
    flex-direction: column; /* Stack items vertically */
    align-items: center; /* Center items */
    text-align: center; /* Center-align text */
  }

  .imagen-izquierda {
    width: 90%; /* Adjust width for mobile */
    margin-right: 0; /* Remove right margin */
    margin-bottom: 2px; /* Add spacing below the image */
  }

  .texto-derecha {
    font-size: 28px; /* Adjust text size for mobile */
    text-align: center;
  }
}




.modal-body{
    height: 400px;
    width: 100%;
    overflow-y: auto;
  }

  .modal-body::-webkit-scrollbar{
      width: 5px;
  }

  .modal-body::-webkit-scrollbar-thumb{
    background: red;
    border-radius: 4px;
  }

  .centrado{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
  }


 
 .content{
  text-transform: uppercase;
 }

.price{
  color:18px ;
}


.subprice{
/*background-color: green;*/
margin: 10px;
padding: 0px;
color: red;
font-weight: 700;
font-size: 18px;


}

.foot{
/*background-color: pink;*/
display: flex;
justify-content: center;
}
 

.modal_c{
/*background-color: aqua;*/
height: 90vh !important;

}



.row {
display: flex;
}

.col-6 {
flex: 1;
padding: 10px; /* Ajusta el espacio entre las columnas */
}

.horizontal-divider {
position: absolute;
z-index: 99;
width: 100%;
height: 2.125rem;
margin-top: -0.0625rem;
}
.horizontal-divider svg {
width: 100%;
height: 2.5rem;
}


#carrito {
  background-color: #fff; /* Fondo blanco */
  border-radius: 10px; /* Bordes redondeados */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra suave */
  padding: 20px; /* Espaciado interior */
  margin: 20px 0; /* Separación con otros elementos */
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out; /* Transiciones */
}

#carrito:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Aumentar sombra en hover */
}

#carrito h3 {
  text-align: center; /* Centrar el título */
  font-weight: bold;
  margin-bottom: 15px; /* Espaciado bajo el título */
  color: #333;
}

#lista-compra th, #lista-compra td {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}

#totalProceso {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
  margin-top: 20px;
}




form {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

h2 {
    color: #000000;
}

.btn {
    font-weight: bold;
}

.logogrande{
  width: 100%; /* El logo ocupará el 50% del ancho de su contenedor */
  height: auto; /* Mantiene la proporción original */
}

#dismac{
  background-color: #E2231A;
}

#tiendamiga{
  background-color: #004694;
}

#camsa{
  background-color: #0166ff;
}
/* Estilo home */
.input-group {
  width: 200px !important; /* Ajusta el ancho del buscador */
}


.navbar {
  padding: 1.5%; /* Ajusta los valores según tus necesidades */
}

.input-group .form-control {
  background-color: black; /* Fondo negro para el buscador */
  color: white; /* Color del texto */
  border: none; /* Sin borde */
}

.input-group .form-control::placeholder {
  color: white; /* Color del texto del placeholder */
}

.input-group .input-group-text {
  background-color: black; /* Fondo negro para el ícono */
  border: none; /* Sin borde */
}

/* Mejorar el estilo del carrusel */
.glide {
  max-width: 80%; /* Ajusta el tamaño del carrusel */
  margin: 0 auto; /* Centrar horizontalmente sin margen superior */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  
}

/* Asegura que las imágenes ocupen todo el contenedor */
.glide__slides img {
  width: 100%; 
  border-radius: 0px;
}

/* Estilizar las flechas del carrusel */
.glide__arrow {
  background-color: rgba(0, 0, 0, 0.6);
  color: rgb(5, 5, 5);
  border: none;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.glide__arrow:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

/* Estilo de los nav dots */
.glide__bullet {
  width: 12px;
  height: 12px;
  background-color: #ddd;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.glide__bullet--active {
  background-color: #969492;
}

/* Centrar los nav dots */
.glide__bullets {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.custom-alert {
  background-color: #fef7e5; /* Fondo suave */
  border: 2px solid #ffcc00; /* Borde dorado */
  border-radius: 10px; /* Bordes redondeados */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Sombra para profundidad */
  animation: fadeIn 0.5s; /* Animación de entrada */
}


.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.logo-container img {
  margin: 10px;
  max-width: 25%;
}



/* Estilos para cada sección con colores diferentes */
.cuerpomarcas {
  max-width: 1000px; /* Ajusta el ancho máximo según sea necesario */
  margin: 0 auto; /* Centrar horizontalmente */
  padding: 5px; /* Espacio alrededor del contenedor */
}

.cuerpomarcas h3{
  font-weight: 500 !important;
}

#comercios {
  padding: 6px;
  color: #333;
}
#servicios {
  padding: 6px;
  color: #333;
}
#moda {
  padding: 6px;
  color: #333;
}
#inmobiliaria {
  padding: 6px;
  color: #333;
}

/* Estilos para los botones de navegación */
.nav-pills {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}

.nav-pills .nav-link {
  color: #333;
  font-weight: bold;
  border-radius: 20px;
  margin: 5px;
  padding: 10px 15px;
  transition: background-color 0.3s ease;
  font-size: 1rem;
}
.nav-pills .nav-link.active {
  background-color: #555;
  color: #fff;
}

/* Ajustes solo para pantallas pequeñas */
@media (max-width: 768px) {
  .nav-pills {
      justify-content: space-around;
  }
  
  .nav-pills .nav-link {
      margin: 1px; /* Reducir margen entre botones en móvil */
      padding: 2px 4px; /* Reducir padding en móvil */
      font-size: 0.9rem; /* Reducir tamaño de texto en móvil */
  }

  /* Ocultar encabezados en móviles */
  h3 {
      color: #02026f;
  }

  /* Aumentar tamaño de las imágenes de marcas */
  .logo-container img {
      width: 40%; /* Aumentar el tamaño de las imágenes al 120% de su tamaño original */
      max-width: none; /* Asegurarse de que no haya un max-width que lo limite */
  }
}

/* Estilo botones form */
.boton {
  padding: 10px 20px; /* Aumenta el padding para hacerlo más largo */
  width: 100%; /* Hace que el botón ocupe todo el ancho del contenedor */
  max-width: 300px; /* Ajusta este valor para controlar la longitud del botón */
  border-radius: 4px; /* Ajusta el radio de los bordes */
  font-size: 12px; /* Aumenta el tamaño de la fuente para mayor legibilidad */
}

/* Estilo específico para el botón de éxito */
.btn-success {
  font-weight: 700; /* Cambia el grosor del texto si es necesario */
  width: 100%; /* Hace que el botón ocupe todo el ancho del contenedor */
  max-width: 400px; /* Ajusta este valor para controlar la longitud del botón */
  font-size: 14px;
  padding: 6px 5px; /* Aumenta el padding para hacerlo más largo */
}

/* Sticky cart */
.sticky-cart {
  background-color: rgb(243, 161, 9); /* Color de fondo naranja */
  width: 100%; /* Ocupa el 100% del ancho */
  padding: 10px; /* Espaciado interno */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Sombra para un mejor aspecto */
  margin-bottom: 0px; /* Espaciado inferior para separar de otros elementos */
  display: flex; /* Habilitar flexbox para disposición en fila */
  justify-content: space-between; /* Espacio entre el texto y el botón */
  align-items: center; /* Centrar verticalmente el contenido */
  color: white;

position: fixed;
    bottom: 0;
    z-index: 2;
}

.content-cart {
  text-align: center; /* Alinear el texto a la izquierda */
  flex-grow: 1; /* Permitir que el contenido ocupe el espacio restante */
  font-weight: 700;
  
}

.content-cart span{
  margin: 10px;
  text-shadow: 
      -1px -1px 0 #e96d00f7,  /* Sombra superior izquierda */
      1px -1px 0 #e96d00f7,   /* Sombra superior derecha */
      -1px 1px 0 #e96d00f7,   /* Sombra inferior izquierda */
      1px 1px 0 #e96d00f7;    /* Sombra inferior derecha */
}

.btn-ir-al-carrito {
  background-color: #399039; 
  color: #e6e6e6; 
  border: none; 
  padding: 10px 15px 10px; 
  border-radius: 5px; 
  cursor: pointer; 
  transition: background-color 0.3s; 
  width: 200px;
  margin: 2px;
  font-weight: 700;
}

.btn-ir-al-carrito:hover {
  background-color: #b3e6b3; /* Color más claro al pasar el mouse */
}



/* Style franja-footer */
.franja-footer {
  display: flex;
  align-items: center;
  justify-content: space-between; /* Mantiene el logo a la izquierda y el botón a la derecha */
  padding: 10px;
  max-width: 1200px; /* Ajusta el ancho máximo según tus necesidades */
  margin: 0 auto; /* Centra el contenedor horizontalmente */
}

.logo_out {
  width: 28%; /* Ajusta el tamaño del logo */
  height: auto;
}

.contenido-footer {
  flex-grow: 1; /* Para ocupar el espacio disponible */
  display: flex;
  flex-direction: column; /* Permite que el título y la descripción estén en una columna */
  align-items: flex-start; /* Alinea el contenido a la izquierda */
  text-align: left; /* Alinea el texto a la izquierda */
}

.contenido-footer h2 {
  font-family: "Bebas Neue", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
}

.contenido-footer p {
  font-weight: 400;
  font-style: normal;
}

.btn-suscribete {
  background-color: black;
  color: #ffffff;
  border: none;
  padding: 10px 30px;
  cursor: pointer;
  transition: background-color 0.3s;
  align-self: flex-end; /* Asegura que el botón se alinee a la derecha */
  margin-right: 200px;
}

.btn-suscribete:hover {
  background-color: #333; /* Cambia a un color más oscuro al pasar el mouse */
}

/* Media query para dispositivos móviles */
@media (max-width: 768px) {
  .franja-footer {
      flex-direction: column; /* Cambia la dirección a columna */
      align-items: center; /* Centra todos los elementos */
      padding: 20px; /* Añade algo de padding para mejorar el diseño */
  }

  .logo_out {
      width: 90%; /* Aumenta el tamaño del logo en móviles */
      max-width: 300px; /* Tamaño máximo del logo en móviles */
      margin-bottom: 10px; /* Espacio entre el logo y el contenido */
  }

  .contenido-footer {
      display: flex;
      flex-direction: column; /* Asegura que el contenido esté en una columna */
      align-items: center; /* Centra horizontalmente el contenido */
      text-align: center; /* Alinea el texto al centro */
      width: 100%; /* Asegura que el contenido use todo el ancho disponible */
  }

  .btn-suscribete {
      align-self: center; /* Centra el botón en la vista móvil */
      margin-right: 0; /* Elimina el margen derecho en móvil */
  }
}




.logo-footer {
  max-width: 200px; /* La imagen nunca será más ancha que 150px */
  height: auto; /* Mantiene la proporción */
  display: block;
  margin-bottom: 15px;
}

footer {
  background-color: #333;
  color: #8e8e8e;
  padding: 20px;
}

footer i {
  color: #808080; /* Color plomo para los íconos */
  font-size: 24px; /* Ajusta el tamaño de los íconos si es necesario */
  margin-right: 10px; /* Espacio entre los íconos */
}

footer a {
  color: #808080; /* Color plomo para los enlaces del footer */
  text-decoration: none; /* Sin subrayado */
}

footer a:hover {
  color: #606060; /* Un tono más oscuro de plomo cuando pasas el mouse */
}


.logo {
  font-size: 24px;
  font-weight: bold;
}

.social-icons {
  list-style: none;
  padding: 0;
}

.social-icons li {
  display: inline-block;
  margin-right: 10px;
}



.copyright {
  font-size: 14px;
}


.swiper-container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}


@keyframes fadeIn {
  from {
      opacity: 0;
      transform: translateY(-20px); /* Mover hacia arriba */
  }
  to {
      opacity: 1;
      transform: translateY(0); /* Volver a la posición original */
  }
}

@media (max-width: 768px) {
  #lista-compra th, #lista-compra td {
      font-size: 0.875rem;
      padding: 0.5rem;
  }
  #carrito h3 {
      font-size: 1.5rem;
  }
}

.text-cs {
  color: green; /* Reemplaza 'green' por el color que prefieras */
  height: 70px;
}


/* Hacer que el modal que contiene la tabla de carrito ocupe el 80% del ancho y alto de la pantalla */
#modalCompraCarrito .modal-dialog {
  width: 100%; /* Ancho del modal */
  height: 80%; /* Alto del modal */
  margin: 0; /* Eliminar márgenes */
  position: absolute;
  top: 50%; /* Centrar verticalmente */
  left: 50%; /* Centrar horizontalmente */
  transform: translate(-50%, -50%); /* Ajustar el centro del modal */
}

/* Asegurarse de que el contenido dentro del modal ocupe el espacio disponible */
#modalCompraCarrito .modal-content {
  height: 100%; /* Asegura que el contenido se ajuste al modal */
  display: flex;
  flex-direction: column; /* Para que los elementos dentro se apilen verticalmente */
}

/* Asegurarse de que el cuerpo del modal se ajuste al espacio restante */
#modalCompraCarrito .modal-body {
  flex-grow: 1; /* Esto hará que el cuerpo ocupe el espacio sobrante */
  overflow-y: auto; /* Agregar desplazamiento si el contenido es demasiado largo */
}

/* Estilo para asegurar que el botón de cierre sea visible solo en este modal */
#modalCompraCarrito .modal-header .btn-close {
  background: transparent;
  border: none;
  font-size: 1.5rem; /* Hacer que la 'x' sea más grande */
  color: #000; /* Color del botón */
  opacity: 1; /* Asegurar que sea visible */
}

#modalCompraCarrito .modal-header .btn-close:hover {
  color: #f00; /* Cambiar color al pasar el cursor */
}


.btn-close {
  display: block; /* Asegúrate de que no esté oculto */
  width: 1.5rem;
  height: 1.5rem;
  background-color: transparent;
  border: none;
  font-size: 1.5rem;
  color: #ffffff;
  line-height: 1;
  text-shadow: 0 1px 0 #ff0000;
  opacity: 1;
}

.btn-close::before {
  content: '\00d7'; /* Código para una "X" */
  font-size: 1.7rem;
}



.custom-img {
  
  height: auto;
  transition: transform 0.3s ease-in-out; /* Duraci�n y suavidad del efecto */
}

.custom-img:hover {
  transform: scale(1.1); /* Efecto de zoom al pasar el cursor */
}

#contenido-digital-outled h2 {
  font-size: 35px;
  color: #ffffff;
  font-family: "Archivo", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 500;
    padding-top: 20px;
    padding-bottom: 20px;

}

.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columnas por defecto en m�viles */
  gap: 40px; /* Espaciado entre las im�genes */
  padding-bottom: 40px;
}

.grid-item img {
  width: 100%; /* Las im�genes se ajustan al tama�o de la columna */
  height: auto;
  border-radius: 4px; /* Esquinas redondeadas */
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Sombra suave */
}

@media (min-width: 768px) {
  .grid-container {
    grid-template-columns: repeat(3, 1fr); /* 3 columnas en pantallas medianas y grandes */
  }
}

    /* Estilo para el desenfoque del fondo */
    .blocked-content {
        filter: blur(5px);
        pointer-events: none;
        opacity: 0.7;
        
    }

    /* Estilo para el popup de SweetAlert2 */
    .popup-with-blur {
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(0, 74, 124, 0.508);
        padding: 6px; /* Más espacio interno */
        max-width: 90%; /* Ancho máximo del popup */
    }

    
    /* Estilo para el contenido HTML del popup */
    .popup-html-container {
        padding: 0 10px;
    }

    /* Asegurar que el body no se desplace cuando el popup esté abierto */
    body.swal2-shown > [aria-hidden="true"] {
        transition: filter 0.3s ease;
    }

    /* Ajustar el tamaño de la imagen dentro del popup */
    .swal2-html-container img {
        max-height: 600px; /* Altura máxima de la imagen */
        width: auto;
    }

    /* Ajustar el tamaño del popup en pantallas grandes */
    @media (min-width: 768px) {
        .popup-with-blur {
            max-width: 700px; /* Ancho máximo en pantallas grandes */
        }
    }

