/* 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;
}
/* ============================================================================= */
/* Banda de ofertas imperdibles */

.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 0.5s ease-in-out;
  /* background-color: bisque; */
  margin-left: 30px;;
  margin-right: 20px;
}

.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);
}

.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;
  width: 350px;
  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;
  width: 550px;
  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 0.5s ease-in-out;
  /* 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){


  .circle {
    
    /* background-color: red; */
    
  } 


  
  
	
}

@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 0;
    padding: 8px;
  }

  .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.8em;
  }

  .carousel-container-ofertas {
    max-width: 100%;
  }

  .carousel-item-ofertas {
    flex: 0 0 0;
    text-align: center;
    padding-left: 5px;
    padding-right: 20px;
    box-sizing: border-box; 
  }


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

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

  .carousel-button-ofertas.prev-ofertas:focus, .carousel-button-ofertas.prev-ofertas:active {
    outline: none;
    background-color: transparent;
    box-shadow: none; 
    border: none;
  }

  .carousel-button-ofertas.next-ofertas:focus, .carousel-button-ofertas.next-ofertas:active {
    outline: none;
    background-color: transparent;
    box-shadow: none;
    border: none;
  }

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

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


  
  
	
}

