/* DESTACADOS */

.body1 {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  display: flex; /* Contenedor flex para centrar horizontalmente */
  justify-content: center; /* Centrar horizontalmente */
  align-items: flex-start; /* Alinear verticalmente desde el principio */
}

.contenedor-circulos {
  display: flex;
  justify-content: center; /* Centrar horizontalmente */
  align-items: flex-start; /* Alinear verticalmente desde el principio */
  gap: 40px; /* Espacio entre círculos */
}

.circulo {
  width: 180px; /* Ajusta el tamaño de los círculos */
  height: 180px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center; /* Centrar el texto dentro del círculo */
  position: relative; /* Posicionamiento relativo para el título */
}

.circulo img {
  width: 100%; /* Adaptar la imagen al ancho del círculo */
  height: 100%; /* Adaptar la altura de la imagen al alto del círculo */
  object-fit: cover; /* Mantener la proporción de la imagen, cubriendo el área */
}

.titulo {
  position: absolute; /* Posicionamiento absoluto para el título */
  bottom: -20px; /* Distancia desde el borde inferior */
  width: 100%;
  background-color: #fff; /* Fondo blanco para el título */
  padding: 10px;
  border-radius: 5px; /* Bordes redondeados para el título */
}

/* ============================================================================== */

body {
  font-family: Arial, sans-serif;
  overflow-x: hidden; /* Evitar desplazamiento horizontal accidental */
}

.carousel-container, .carousel-container-ofertas {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.carousel-container-ofertas {
  position: relative;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
}

.carousel-item-ofertas:first-child {
  margin-left: 42px;
}

.carousel-item-ofertas:last-child {
  margin-right: 50px;
}

.carousel-ofertas {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-item-ofertas {
  flex: 0 0 calc(25% - 10px); /* 100% / 4 elementos */
  text-align: center;
  padding: 0 5px;
  box-sizing: border-box; 
}

.carousel-cartilla-ofertas {
  overflow: hidden;
  margin: 0;
  width: 80%; 
  width: auto; 
  width: 270px; 
  height: 500px;
  height: 485px;
  border-radius: 4px;
  background-color: white;
}

.carousel-cartilla-ofertas:hover {
  border: 1px solid #c5c5c5;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.35);
  border-radius: 4px;
}

.carousel-button-ofertas {
  background-color: white;
  border-radius: 50%;
  font-weight: normal;
  font-size: 2em;
  color: #344488;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  backdrop-filter: blur(5px); /* Efecto de desenfoque de fondo */
}

.carousel-button-ofertas.prev-ofertas {
  left: 4px; 
}

.carousel-button-ofertas.prev-ofertas:hover {
  border: 1px solid #c5c5c5;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.35);
}

.carousel-button-ofertas.next-ofertas {
  right: 5px;
}

.carousel-button-ofertas.next-ofertas:hover {
  border: 1px solid #c5c5c5;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.35);
}

.carousel-item-ofertas figure.figureGrid0 {
  overflow: hidden;
  margin: 0;
  width: auto;
  height: 272px;
  border-radius: 3px;
}

.carousel-item-ofertas figure.figureGrid0 img.imgCuota {
  position: absolute;
  top: 48%;
  right: 4.5%;
  width: 4%;
  background-color: transparent;
}

.carousel-item-ofertas figure.figureGrid0 img.imgAvisoStock {
  position: absolute;
  top: 48%;
  left: 3%;
  width: 30%;
  background-color: transparent;
}

.carousel-item-ofertas figure.figureGrid0 img.imgEnvioGratis {
  position: absolute;
  top: 1.5%;
  left: 4%;
  width: 4%;
  z-index: 999;
  background-color: transparent;
}

.carousel-item-ofertas div.informacionCartilla div.cadenaDescripcion h4 a{
  color: #848688;
  color: black;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  font-weight: light;
}

.carousel-item-ofertas div.informacionCartilla div.cadenaDescripcion{
  /* background-color: #344488; */
  height: 75px;
  width: 270px;;
  padding-right: 5%;
}

.carousel-item-ofertas div.informacionCartilla p{
  text-align: center;
  color: black;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: small;
}

.carousel-item-ofertas div.informacionCartilla div.ultimoParrafo p.cadenaCuotas {
  color: #344488;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  font-weight: 400;
  margin-top: 6px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  bottom: 0;
  line-height: 50%;
}

.carousel-item-ofertas div.informacionCartilla div.ultimoParrafo p.montoCuotas {
  color: #344488;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: xx-large;
  margin-top: 0px;
  padding-top: 0px;
  top: 0;
}

.carousel-item-ofertas div.informacionCartilla {
  position: absolute;
  padding-bottom: 0;
  height: 110px;;
  height: 210px;;
}

/* ============================================================================= */

.carousel-container {
  position: relative;
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  /* background-color: aquamarine; */
}

.carousel {
  display: flex;
  transition: transform 1.8s cubic-bezier(0.25, 0.1, 0.25, 1.0);
  width: 100%;
}

.carousel-item {
  flex: 0 0 16.66%; /* 100% / 6 items */
  text-align: center;
  padding: 10px;
  padding-bottom: 0px;
}

.circle {
  width: 140px;
  height: 140px;
  margin: 0 auto;
  background-color: white;
  padding: 15px;;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ccc;
  cursor:pointer;
}

.circle img {
  width: 100%;
  height: auto;
}

.title-item {
  margin-top: 10px;
  font-size: 16px;
  color: #303030;
}

.carousel-button {
  background-color: white;
  border-radius: 50%;
  font-weight: normal;
  font-size: 2em;
  color: #344488;
  cursor: pointer;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  border: none;
  width: 40px; /* Ancho y alto iguales para formar un círculo */
  height: 40px;
  display: flex; /* Centrar el contenido dentro del botón */
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.carousel-button.prev {
  left: 10px;
}

.carousel-button.prev:hover {
  border: 1px solid #c5c5c5;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.35);
}

.carousel-button.next {
  right: 10px;
}

.carousel-button.next:hover {
  border: 1px solid #c5c5c5;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.35);
}

/* Ocultar flechas en dispositivos táctiles */
@media (pointer: coarse), (hover: none) {
  .carousel-button,
  .carousel-marcas-button {
    display: none !important;
  }
}

.tituloDestacado {
  background-color: #344488;
  background-color: #f0f0f0;
}

.tituloDestacado h1{
  margin-top: -5px;
}

.bold-text {
  font-weight: bold;
}

.semi-bold-text {
  font-weight: 500;
}

.productosDestacados {
  background-color: #344488;
  background-color: #f0f0f0;
}

.productosDestacados ul li figure.figureGrid0{
  overflow: hidden;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 272px; 
  width: auto; 
  height: 272px;
  border-radius: 3px;
}

.productosDestacados ul li figure.figureGridTemporal{
  overflow: hidden;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: auto; 
  height: 500px;
  
  /* width: 206px; 
  height: 373px; */
  border-radius: 3px;
}

.productosDestacados ul li figure.figureGridTemporal img.imgCuota{
  position:absolute;
  top: 48%;
  right: 3%;
  width: 23%;
  background-color: transparent;
}

.productosDestacados ul li figure.figureGridTemporal img.imgAvisoStock{
  position:absolute;
  top: 48%;
  left: 3%;
  width: 30%;
  background-color: transparent;
}

.productosDestacados ul li figure.figureGridTemporal img.imgEnvioGratis{
  position:absolute;
  top: 1.5%;
  left: 2%;
  width: 23%;
  z-index: 999;
  background-color: transparent;
}

.productosDestacados ul li p.lineaClasificacion{
  position:absolute;
  top: 1%;
  right: 1%;
  color:#777;
  font-size: x-small;
  cursor:default;
  background-color: transparent;
}

.productosDestacados ul li p.lineaClasificacion:hover{
  right: 4%;
  transform: scale(1.3,1.3);
}

.productosDestacados ul li figure.figureGrid0 img.imgCuota{
  position:absolute;
  top: 48%;
  right: 3%;
  width: 23%;
  background-color: transparent;
}

.productosDestacados ul li figure.figureGrid0 img.imgAvisoStock{
  position:absolute;
  top: 48%;
  left: 3%;
  width: 30%;
  background-color: transparent;
}

.productosDestacados ul li figure.figureGrid0 img.imgEnvioGratis{
  position:absolute;
  top: 1.5%;
  left: 2%;
  width: 23%;
  z-index: 999;
  background-color: transparent;
}

.productosDestacados ul li.liGrid0 {

  background-color: rgb(201, 173, 173);
  background-color: white;
  border: 1px solid red;
  border: 1px solid #E2E4EB;
  border-radius: 5px;
  margin: 6px;
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
  width: 280px;
  height: 491px;

  /* width: 206px;
  height: 373px; */

}

/* .productosDestacados ul li.liGrid0 a img {

  padding: 5px;;

  width: 206px;
  height: 373px;

} */

.productosDestacados ul li.liGrid0:hover {

  border: 1px solid #c5c5c5;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.35);
  border-radius: 7px;

}

.productosDestacados ul li.liGrid0NuevoDisenio {

  background-color: rgb(201, 173, 173);
  background-color: white;
  border: 1px solid red;
  border: 1px solid #E2E4EB;
  border-radius: 5px;
  margin: 6px;
  margin: 16px;
  margin-bottom: 20px;
  padding: 10px;
  padding: 0px;
  position: relative;
  height: 446px;
}

.productosDestacados ul li.liGrid0NuevoDisenio:hover {

  border: 1px solid #c5c5c5;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.35);
  border-radius: 7px;

}

.productosDestacados ul li figure.figureGridTarjetas{
  overflow: hidden;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: auto; 
  height: 167px;
  border-radius: 3px;
}

.productosDestacados ul li.liGrid0Tarjetas {

  background-color: rgb(201, 173, 173);
  background-color: white;
  border: 1px solid red;
  border: 1px solid #E2E4EB;
  border-radius: 5px;
  margin: 6px;
  margin: 16px;
  margin-bottom: 20px;
  padding: 10px;
  padding: 0px;
  position: relative;
  height: 167px;
}

.productosDestacados ul li.liGrid0Tarjetas:hover {

  border: 1px solid #c5c5c5;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.35);
  border-radius: 7px;

}

.productosDestacados ul li div.informacionCartilla div.cadenaPrecioAlFinal{
  position: absolute;
  bottom: 2%;
  left:0%;
  right:3%;
  margin: auto;
  text-align: center;
  height: 12%;
}

.productosDestacados ul li div.informacionCartilla div.cadenaPrecioAlFinal span strong {
  vertical-align: middle;
  color: black;
  margin-left: 7px;
  font-family: 'Poppins', sans-serif;
}

.productosDestacados ul li div.informacionCartilla div.ultimoParrafo{
  position: absolute;
  left:0;
  right:0;
  margin: auto;
  margin-top: 0;
  text-align: center;
  height: 28%;
  /* background-color:pink; */
  
}

.productosDestacados h1 small{
  text-transform: uppercase;
}

/* .productos ul li a img:hover{
  transition: .3s all ease;
  opacity: .8;
  transform: scale(1.1,1.1);
} */

.productosDestacados ul li h4 {
  color: #848688;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  font-weight: light;
}

.productosDestacados ul li div.informacionCartilla div.cadenaDescripcion h4 a{
  color: #848688;
  color: black;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  font-weight: light;
}

.productosDestacados ul li div.informacionCartilla div.cadenaDescripcion{
  /* background-color: #344488; */
  height: 75px;
  width: 270px;;
  padding-right: 5%;
}

.productosDestacados ul li div.informacionCartilla p{
  text-align: center;
  color: black;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: small;
}

.productosDestacados ul li div.informacionCartilla div.ultimoParrafo p.cadenaCuotas {
  color: #344488;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  font-weight: 400;
  margin-top: 6px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  bottom: 0;
  line-height: 50%;
}

.productosDestacados ul li div.informacionCartilla div.ultimoParrafo p.montoCuotas {
  color: #344488;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: xx-large;
  margin-top: 0px;
  padding-top: 0px;
  top: 0;
}

.productosDestacados ul li div.informacionCartilla {
  position: absolute;
  padding-bottom: 0;
  height: 110px;;
  height: 210px;;
}

.productosDestacados ul li h5 {
  color: #848688;
  @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
  font-family: 'Open Sans', sans-serif;
  font-size: medium;
  text-align: center;
  font-weight: lighter;
}


.productosDestacados ul li h4 a{
  color: #818181;
  color: white;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  font-weight: bold;
  font-size: medium;

}

.productosDestacados ul li div.precio{
  padding: 0;
  margin-top: -30px;
  padding-bottom: 20px;
}

.productosDestacados ul li div.enlaces{
  padding: 0;
  padding-bottom: 20px;
}

.productosDestacados ul li div.enlaces button{
  margin: 2px;
}

.productosDestacados ul li div.enlaces button i{
  color: #999;
  font-size: 12px;
}

/* VITRINA DE PRODUCTOS DE LISTA */

/* .productosDestacados ul li h1{
  margin-top: -10px;
}

.productosDestacados ul li p{
  text-align: justify;
  font-size: medium;
}

.productosDestacados ul li h1 small{
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}

.productosDestacados ul li h1 small a{
  color: #777;
}

.productosDestacados ul li img{
  background-color: #777;
} */

/* =============================================================== */

.carousel-marcas-container {
  position: relative;
  width: 75%;
  margin: 0 auto;
  overflow: hidden;
  /* background-color: aquamarine; */
}

.carousel-marcas {
  display: flex;
  transition: transform 2.0s cubic-bezier(0.25, 0.1, 0.25, 1.0);
  /* background-color: bisque; */
  margin-left: 30px;;
  margin-right: 20px;
}

.carousel-marcas-item {
  flex: 0 0 16.66%; /* 100% / 6 items */
  flex: 0 0 20%; /* 100% / 5 items */
  text-align: center;
  padding: 10px;
  padding-bottom: 0px;
}

.recuadro-marcas {
  width: 205px;
  height: 83px;
  margin: 0 auto;
  background-color: white;
  padding: 15px;;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ccc;
  cursor:pointer;
}

.recuadro-marcas img {
  width: 100%;
  height: auto;
}

.carousel-marcas-button {

  /* background-color: white;
	border-radius: 50%;
	font-weight: normal;
	font-size:2em;
	color:#344488;
	cursor:pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 1px 13px 1px 13px;
  cursor: pointer;
  z-index: 1000; */

  background-color: white;
  border-radius: 50%;
  font-weight: normal;
  font-size: 2em;
  color: #344488;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  backdrop-filter: blur(5px); /* Efecto de desenfoque de fondo */


}

.carousel-marcas-button.prev-marcas {
  left: 10px;
}

.carousel-marcas-button.prev-marcas:hover {
  border: 1px solid #c5c5c5;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.35);
}

.carousel-marcas-button.next-marcas {
  right: 10px;
}

.carousel-marcas-button.next-marcas:hover {
  border: 1px solid #c5c5c5;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.35);
}





/*=============================================
ESCRITORIO GRANDE (LG revisamos en 1366px en adelante)
=============================================*/

@media (min-width:1200px){

  .carousel-container-ofertas h1 {
    font-size: 3.5em;
  }


	
}

@media (max-width:1199px) and (min-width:992px){


  .circle {
    
    /* background-color: yellow */
    
  }

	

	

}

@media (max-width:991px) and (min-width:768px){

	/*=============================================
	HEADER
	=============================================*/

  /* #icono-whatsapp {
    display: none;
  } */

  .circle {
    
    /* background-color: blue */
    
  }

	

}

@media (max-width:767px){
  .carousel-container, 
  .carousel-container-ofertas, 
  .carousel-marcas-container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  .carousel-marcas-container h1 {
    font-size: 1.5em !important;
    margin-bottom: 20px !important;
  }

  .carousel, 
  .carousel-ofertas, 
  .carousel-marcas {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }

  .carousel-item {
    flex: 0 0 33.33% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  .carousel-item-ofertas {
    flex: 0 0 95% !important; /* Aumento de tamaño para mayor impacto */
    padding: 0 5px !important; /* Separación sutil */
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  .carousel-marcas-item {
    flex: 0 0 40% !important; /* 2.5 marcas por pantalla */
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  .circle {
    margin: 0 auto !important;
  }
}

@media (max-width:412px){


  .circle {
    /* background-color: blueviolet; */
    width: 105px;
    height: 105px;
    border-radius: 50%;
  } 

  .circle img {
    width:100%;
  }

  .carousel-container {
    width: 100%;
  }

  .carousel-item {
    flex: 0 0 33.33%;
    padding: 8px;
  }

  .carousel-marcas-item {
    flex: 0 0 40% !important;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .carousel-marcas-item img {
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
    object-fit: contain;
  }

  .title-item {
    font-size: .92em;
    line-height: 1; /* 1.5 veces el tamaño de la fuente */
  }

  .carousel-button {
    width: 30px;
    height: 30px;
    background-color: transparent;;
    font-size: 5em;
    color: #344488;
    border: none;
    outline: none;
    cursor: pointer;
  }

  .carousel-button:hover {
    background-color: none;
  }

  .carousel-button.prev:focus, .carousel-button.prev:active {
    outline: none;
    background-color: transparent; /* Asegura que el fondo se mantenga transparente */
    box-shadow: none; /* Elimina cualquier sombra que pueda aparecer al hacer clic */
    border: none;
  }

  .carousel-button.next:focus, .carousel-button.next:active {
    outline: none;
    background-color: transparent; /* Asegura que el fondo se mantenga transparente */
    box-shadow: none; /* Elimina cualquier sombra que pueda aparecer al hacer clic */
    border: none;
  }

  .carousel-button.prev {
    left: 5px;
  }
  
  .carousel-button.next {
    right: 2px;
  }

  /* ==================================== */

  .carousel-container-ofertas h1 {
    font-size: 1.5em; /* Tamaño más acorde a un título principal en móvil */
    margin-bottom: 20px;
  }

  .carousel-button-ofertas {
    display: none !important; /* Ocultar flechas en móvil táctil */
  }

  .carousel-item-ofertas figure.figureGrid0 img.imgEnvioGratis {
    left: 14%;
    width: 15%;
  }

  .carousel-item-ofertas figure.figureGrid0 img.imgCuota {
    right: 1%;
    width: 14%;
  }
  
  


  
  
	
}


/* ====================================
   NUEVO DISEÑO
   ==================================== */

.carousel-container-nuevo-disenio {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}

.carousel-nuevo-disenio {
  display: flex;
  transition: transform 1.8s cubic-bezier(0.25, 0.1, 0.25, 1.0);
  width: 100%;
}

.carousel-item-nuevo-disenio {
  flex: 0 0 33.33%;
  padding: 10px;
  box-sizing: border-box;
}

.figureNuevoDisenio {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  background-color: #f9f9f9;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1); /* Sombra sutil base */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 10px 0;
}

.figureNuevoDisenio:hover {
  transform: translateY(-5px); /* Pequeña elevación */
  box-shadow: 0 8px 25px rgba(0,0,0,0.15); /* Sombra más profunda al pasar el ratón */
}

.carousel-item-nuevo-disenio img {
  width: 100% !important;
  height: auto !important;
  display: block;
}

@media (max-width: 767px) {
  .carousel-container-nuevo-disenio {
    width: 100% !important;
    max-width: 100% !important;
    margin: 20px 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .carousel-item-nuevo-disenio {
    flex: 0 0 94% !important; /* Aprovechamos casi todo el ancho disponible */
    padding: 0 10px !important;
  }
}

@media (max-width: 767px) {
  .carousel-cartilla-ofertas {
    width: 80% !important; /* Ajustando para que la figura se vea más pequeña */
    margin: 0 auto !important;
    background: #fff;
    border-radius: 15px;
    padding: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  }
}

/* ====================================
   SECCIÓN TARJETAS (NO CARRUSEL)
   ==================================== */

.container-tarjetas {
  width: 100%;
  padding: 20px 0;
  overflow: hidden;
}

.grid-tarjetas {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.tarjeta-item {
  background-color: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 550px; /* Medida original */
  height: 167px; /* Medida original */
  position: relative;
  display: flex; /* Para que imagen y texto convivan bien si es necesario */
}

.tarjeta-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.figureTarjetas {
  margin: 0;
  width: 100%;
  height: 200px !important; /* Altura de imagen reducida */
  overflow: hidden;
}

.figureTarjetas img {
  width: 100%;
  height: 100% !important; /* Ocupa todo el contenedor de 200px */
  display: block;
  object-fit: cover; /* Recorta la imagen para que no se deforme */
}

.texto-tarjetas {
  padding: 10px 15px !important;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.texto-tarjetas p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.3; /* Interlineado base suave */
}

.texto-tarjetas .titulo1 {
  line-height: 1.1 !important; /* Título más compacto */
  margin-bottom: 8px !important;
  font-weight: bold;
  text-transform: uppercase;
}

.texto-tarjetas .linea1,
.texto-tarjetas .linea2 {
  line-height: 1.2 !important;
  font-weight: 300;
}

.texto-tarjetas .ver-mas {
  margin-top: 10px !important;
  display: inline-block;
}

@media (max-width: 767px) {
  .grid-tarjetas {
    flex-direction: column;
    align-items: center;
  }

  .tarjeta-item {
    width: 95% !important; /* Una debajo de la otra al 95% */
    height: auto !important; /* Altura automática para que entre el contenido */
    margin-bottom: 15px;
    flex-direction: column; /* Apilado vertical del contenido interno */
  }
}

/* Título de Marcas Destacadas Responsivo */
.titulo-seccion-marcas {
  font-size: 2.5em;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .titulo-seccion-marcas {
    font-size: 1.2em !important; /* Más pequeño */
    margin-top: 10px;
    line-height: 1.2;
  }

  .titulo-seccion-marcas span {
    display: block; /* Fuerza las dos líneas */
  }
}
