
/* ============================================================================== */
/* BANNER */

/* .banner {
  position: relative;
  overflow: hidden;
  background-color: #f0f0f0;
  background-color: #344488;
}



.banner .textoBanner {
  position: absolute;
  font-family: 'Ubuntu Condensed', sans-serif;
}

.banner .textoDer {
  top: 50px;
  right: 50px;
  text-align: right;
}

.banner .textoIzq {
  top: 50px;
  left: 50px;
  text-align: left;
}

.banner .textoCentro {
  top: 50px;
  left: 50px;
  width: 800px;
  margin-left: -400px;
  text-align: center;
}

.textoBanner h1{
  font-size: 35px;
  line-height: 25px;
}

.textoBanner h2{
  font-size: 30px;
  line-height: 25px;
}

.textoBanner h3{
  font-size: 24px;
  line-height: 25px;
}

.contenedorGeneral {
  background-color: violet;
  background-color: #f0f0f0;
 
} */

/* BARRA DE PRODUCTOS */

.barraProductos {
  background-color: tomato;
  background-color: rgb(221, 221, 221);
}

.barraProductos .organizarProductos {
  margin-left: 5px;
}

/* VITRINA DE PRODUCTOS DE CUADRICULA */

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

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

.tituloDestacado button span{
  margin-left: 5px;
}



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

.contenedorGeneral div.grid0 ul{
  
  width: [INSERT FIXED WIDTH];
  margin: 0 auto;

}

.contenedorGeneral div.grid0 ul li{
  
  text-align: center;
  
}

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

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

.productos ul li figure.figureGridNuevoDisenio{
  overflow: hidden;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 272px; 
  width: 420px; 
  width: auto; 
  height: 500px;
  height: 460px;

  border-radius: 3px;
}

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

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

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

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

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

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

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

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

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

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

}

.productos ul li.liGrid0:hover {

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

}

.productos ul li.liGrid0NuevoDisenio {

  background-color: white;
  background-color: rgb(201, 173, 173);
  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;
}

.productos ul li.liGrid0NuevoDisenio:hover {

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

}

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

.productos ul li.liGrid0Tarjetas {

  background-color: white;
  background-color: rgb(201, 173, 173);
  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;
}

.productos ul li.liGrid0Tarjetas:hover {

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

}

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

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

.productos 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; */
  
}

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

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

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

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

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

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

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

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

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

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


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

}

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

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

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

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

/* VITRINA DE PRODUCTOS DE LISTA */

.productos ul li h1{
  margin-top: -10px;
}

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

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

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

.productos ul li img{
  background-color: #777;
}

.oferta {
  text-decoration: line-through;
  color: #ccc;
  font-size: 15px;
}

.fontSize{
  font-size: 11px;;
}


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

@media (min-width:1200px){

  .banner {
    height: 260px;
  }

  /* .barraProductos {
    background-color: rgb(221, 221, 221);
  } */

	

}

/*=============================================
ESCRITORIO MEDIANO O TABLET HORIZONTAL (MD revisamos en 1024px)
=============================================*/

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

  .banner {
    height: 260px;
  }
  
  /* .barraProductos {
    background-color: tomato;
  } */

}

/*=============================================
ESCRITORIO PEQUEÑO O TABLET VERTICAL (SM revisamos en 768px)
=============================================*/

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

  .banner {
    height: 180px;
  }

  .textoBanner h1{
    font-size: 30px;
    line-height: 15px;
  }

  .textoBanner h2{
    font-size: 25px;
    line-height: 15px;
  }

  .textoBanner h3{
    font-size: 25px;
    line-height: 15px;
  }

  .banner .textoDer, .banner .textoCentro, .banner .textoIzq{
    top: 35px;
  }

  /* .barraProductos {
    background-color: yellowgreen;
  } */

	

}

/*=============================================
MOVIL (XS revisamos en 320px)
=============================================*/

@media (max-width:767px){

  .banner {
    height: 260px;
    height: 80px;
  }

  .banner .textoDer, .banner .textoCentro, .banner .textoIzq  {
    top: 7px;
    left: 50%;
    width: 800px;
    margin-left: -400px;
    text-align: center;
    text-shadow: 2px 2px 20px black;
  }
  
  .textoBanner h1{
    font-size: 20px;
    line-height: 5px;
  }
  
  .textoBanner h2{
    font-size: 20px;
    line-height: 5px;
  }
  
  .textoBanner h3{
    font-size: 15px;
    line-height: 5px;
  }

  .tituloDestacado h1{
    text-align: center;
  }

  .tituloDestacado button{
    position: absolute;
    left: 50%;
    width: 40%;
    margin-left: -20%;
  }

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

  /* .barraProductos {
    background-color: blueviolet;
  } */

	

}
