p {
  
    margin-block-start: 0px;
    margin-block-end:0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
 .contenedor-productos-google-sheet {
   display: flex;
   width: 100%;
   margin:0 auto;
   font-family: 'Mulish', sans-serif;
   flex-direction: row;
   flex-wrap: wrap; 
   justify-content: center;

    }    
 
.producto-card {
    /* display: flex; */
    flex-wrap: wrap;
    width: 15%;
    border: 1px solid #ededed;
    margin: 10px;
    box-sizing: border-box;
    position: relative;
    padding: 10px 10px 0px 20px;
    border-radius: 10px;
}

.contenedor-productos-google-sheet a {
    text-decoration: none;
    display: contents;
    padding: 0px;
    margin: 0px;
}


.product-2-partes{
   
   width: 100%;
   margin: auto; 
    
}

 .producto-img {
    width: 100%;
    /* width: auto; */
    position: relative;
    margin: auto;
    padding-top: 45px;
}


 .producto-img img{
    margin:0 auto;
    width:100%;
    min-height: auto;
    aspect-ratio: 1/1; 
    justify-content: center;
     
} 
    .producto-info{
    max-width: 100%;
    margin-top: 10px;
    padding: 10px;
    margin-left: 0;        
  
}
.card_verde {
    position: absolute;
    left: 0px;
    top: 0px;
    box-sizing: border-box;
    width: 60px;
    height: 68px;
    border-top-left-radius: 9px;
    border-color: rgb(0, 153, 102) transparent transparent rgb(0, 153, 102);
    border-style: solid;
    border-width: 38px 33px 30px 30px;
    background: transparent;
}



.descuento-porcentaje {
    position: absolute;
    left: -25px;
    top: -34px;
    box-sizing: border-box;
    display: inline-block;
    width: 60px;
    height: 68px;
    color: #fff;
    font-weight: 600;
    font-size:15px;
}



    .product-description{
    font-family: 'Mulish', sans-serif;  
    font-size:16px;
    color: #000;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    word-break: break-word;
    line-height: 1.2;
    }
    
    .precio-anterior{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 3px;
    text-decoration: line-through;
    color:#666;
    margin-top: 0;
    font-weight: 400;
    margin-right: 5px;
    font-size: 13px;}
    
    .precio-final{
    font-size:16px;
    font-weight: 700;
    color:#000;
    padding-bottom: 1%;
    }
   .envio {
    box-sizing: border-box;
    color:#EB0028;      
    color: #096;
    font-size: 10px;
    font-weight: 600;
    padding: 15px 0;
    min-width: 65px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
   
    @media (max-width: 1399px){
   .producto-card{width:18%;}
    
    }
    

     @media (max-width: 1199px){
   .producto-card{width:23%;}
    
    }
    
    @media (max-width: 899px) {
    .producto-card{width:30%;}
    } 
 
    @media (max-width: 650px) {
    .producto-card{width:46%;}
    }

 
    
  @media screen and (max-width: 600px){ 
      
      
      
      .contenedor-productos-google-sheet {
   display: flex;
   width: 100%;
   margin:0 auto;
   font-family: 'Mulish', sans-serif;
   flex-direction: row;
   flex-wrap: wrap; 
   justify-content: center;

    }    
 
.producto-card {
    /* display: flex; 
    flex-wrap: wrap;
     width: 15%;*/
    width:100%;
    border: 2px solid #ededed;
    padding: 5px;
    display: flex;
    margin: 10px;
    box-sizing: border-box;
    position: relative;
    border-radius: 10px;
}

      
.product-description {
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    word-break: break-word;
    line-height: 1.2;
}      
      
      
.product-2-partes{
   width: 48%;
   margin: auto; 
    
}      
      
   .producto-img {
    position: relative;
    margin: auto;
    width: 85%;
    border: 0px;
    align-self: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;   
}
    
 .producto-img img {
    margin: 0 auto;
    width: 90%;
    min-height: auto;
    aspect-ratio: 1/1;
    justify-content: center;
}
   .producto-info {
    width: 95%;
    border-left: 2px solid #ebebeb;
    /* padding-left: 45%; */
    border-top: 0;
}
  .antes-precio{
   display: flex;
   width: 100%;
   margin:0 auto;
   flex-direction: row;
   flex-wrap: wrap; 
    
}  
.precio-anterior{width: 50%;}   
    
.card_verde{
    position: relative;
    box-sizing: content-box;
    width: 40%;
    height: auto;
    border: 0px;
    
} 
      
.descuento-porcentaje {
    /* position: static; */
    left: 0px;
    top: 0px;
    box-sizing: border-box;
    width: 60px;
    height: 68px;
    border-top-left-radius: 9px;
    /* border-color: rgb(0, 153, 102) transparent transparent rgb(0, 153, 102); */
    /* border: 1px solid; */
    background: transparent;
    /* position: relative; */
    left: 45px;
    top: -20px;
    /* display: inline-block; */
    /* padding: 10%; */
    width: 74px;
    height: 25px;
    color: rgb(0, 153, 102);
    font-weight: 600;
    font-size: 18px;
    border-radius: 5px;
    /* background: rgb(0, 153, 102); */
    text-align: center;
    /* align-content: center; */
}

    }
    @media (max-width: 430px){
     .producto-card{ width:100%; }
    
 
    .producto-card-nombre{
    font-size:14px;
   
    }
  
    .antes-precio{width: 100%;
   
} 
        
        
.product-description {
    font-family: 'Mulish', sans-serif;
    font-size: 13px;
    color: #000;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    word-break: break-word;
    line-height: 1.2;
}        
        
        
   .descuento-porcentaje {
    /* position: static; */
    left: 0px;
    top: 0px;
    box-sizing: border-box;
    width: 60px;
    height: 68px;
    border-top-left-radius: 9px;
    /* border-color: rgb(0, 153, 102) transparent transparent rgb(0, 153, 102); */
    /* border: 1px solid; */
    background: transparent;
    /* position: relative; */
    left: -16px;
    top: -13px;
    /* display: inline-block; */
    /* padding: 10%; */
    width: 75px;
    height: 25px;
    color: rgb(0, 153, 102);
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
    /* background: rgb(0, 153, 102); */
    text-align: center;
    /* align-content: center; */
}
        
        
.precio-anterior{width: 65%;
         font-size: 12px;}   
    
.card_verde{
    position: relative;
    box-sizing: content-box;
    width: 30%;
    height: auto;
    border: 0px;
    
}   

    .precio-final-optimize-celulares{
    font-size:16px;
    font-weight: 700;
    color:#000;
    padding-bottom: 1%;
    }
    .envio{
    font-size: 9px;
   }
    
    
}

 @media (max-width: 280px){
     .contenedor-productos-google-sheet {
   margin:0 auto;
   padding: 0px;
    }    
 
     .producto-card{ width:100%; }
    
 
    .producto-card-nombre{
    font-size:13px;
   
    }
  
    .antes-precio{width: 100%;
   
}  
   .descuento-porcentaje {
    /* position: static; */
    left: 0px;
    top: 0px;
    box-sizing: border-box;
    width: 60px;
    height: 68px;
    border-top-left-radius: 9px;
    /* border-color: rgb(0, 153, 102) transparent transparent rgb(0, 153, 102); */
    /* border: 1px solid; */
    background: transparent;
    /* position: relative; */
    left: 45px;
    top: -20px;
    /* display: inline-block; */
    /* padding: 10%; */
    width: 74px;
    height: 25px;
    color: rgb(0, 153, 102);
    font-weight: 600;
    font-size: 14px;
    border-radius: 5px;
    /* background: rgb(0, 153, 102); */
    text-align: center;
    /* align-content: center; */
}
        
        
.precio-anterior{width: 65%;
         font-size: 11px;}   
    
.card_verde{
    position: relative;
    box-sizing: content-box;
    width: 30%;
    height: auto;
    border: 0px;
    
}   

    .precio-final-optimize-celulares{
    font-size:17px;
    font-weight: 700;
    color:#000;
    padding-bottom: 1%;
    }
    .envio{
    font-size: 10px;
   }

    
 .producto-img img{
    margin:0 auto;
    width:75%;
    min-height:50px;
    min-width:50px;
     
} 
    .producto-info{
    max-width: 75%;
    margin-top: 10px;
    padding: 10px;
    margin-left: 0;}        
  
}
