@import url(ofertasImperdibles.css);
@import url(destacadosCirculos.css);
/* 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;
}
/* ============================================================================= */


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

}

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



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

/* marcas destcadas */

/* Título */
#marcasDestacadasTitulo {
  text-align: center;
  margin-bottom: 30px;
}

#marcasDestacadasTitulo h1 {
  font-size: 5rem;
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: 1;
}

#marcasDestacadasTitulo h1 .semi-bold-text {
  font-weight: 600;
}

#marcasDestacadasTitulo h1 .bold-text {
  font-weight: 800;
}

.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, ≥ 1200px) */
@media (min-width: 1200px) {
  #marcasDestacadasTitulo h1 {
      font-size: 5rem;
  }
  .carousel-marcas-item {
      flex: 0 0 20%;
      max-width: 20%;
  }
  .recuadro-marcas {
      width: 150px;
      height: 100px;
  }
}

/* Escritorio mediano (MD, 992px - 1199px) */
@media (max-width: 1199px) and (min-width: 992px) {
  #marcasDestacadasTitulo h1 {
      font-size: 4rem;
  }
  .carousel-marcas-item {
      flex: 0 0 25%;
      max-width: 25%;
  }
  .recuadro-marcas {
      width: 120px;
      height: 80px;
  }
}

/* Tableta (SM, 768px - 991px) */
@media (max-width: 991px) and (min-width: 768px) {
  #marcasDestacadasTitulo h1 {
      font-size: 3.5rem;
  }
  .carousel-marcas-item {
      flex: 0 0 33.33%;
      max-width: 33.33%;
  }
  .recuadro-marcas {
      width: 100px;
      height: 70px;
  }
}

/* Móvil (XS, < 767px) */
@media (max-width: 767px) {
  #marcasDestacadasTitulo h1 {
      font-size: 2.5rem;
  }
  .carousel-marcas-container {
      overflow-x: hidden;
  }
  .carousel-marcas {
      overflow-x: auto;
      transition: none;
      -webkit-overflow-scrolling: touch;
      scroll-behavior: smooth;
      -ms-overflow-style: none;
      scrollbar-width: none;
      padding-left: 0; /* Sin margen inicial para mostrar más ítems */
  }
  .carousel-marcas::-webkit-scrollbar {
      display: none;
  }
  .carousel-marcas-item {
      flex: 0 0 45%; /* 2 ítems completos (~90% total) + inicio del tercero */
      max-width: 45%;
      scroll-snap-align: start; /* Alinear al inicio para mostrar 2 completos */
  }
  .recuadro-marcas {
      width: 100px; /* Reducido para que quepan bien */
      height: 70px;
  }
  .carousel-marcas-button {
      display: none; /* Ocultar botones en móvil */
  }
  .carousel-marcas-container {
    width: 100%;
  }
}

/* Móvil muy pequeño (< 412px) */
@media (max-width: 412px) {
  #marcasDestacadasTitulo h1 {
      font-size: 2rem;
  }
  .carousel-marcas-item {
      flex: 0 0 48%; /* Ajustado para pantallas pequeñas */
      max-width: 48%;
  }
  .recuadro-marcas {
      width: 90px;
      width: 120px;
      height: 60px;
  }

  .carousel-marcas-container {
    width: 100%;
  }

}



/*=============================================
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; 
    box-shadow: none; 
    border: none;
  }

  .carousel-button.next:focus, .carousel-button.next:active {
    outline: none;
    background-color: transparent; 
    box-shadow: none; 
    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%;
  }
  
  


  
  
	
}

