p {  
    margin-block-start: 0px;
    margin-block-end:0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.contenedor-productos-google-sheet {
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    display: flex;
    width: 100%;
    margin: 0 auto;
    font-family: 'Mulish', sans-serif;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    border: 0;
    background: #fff;
}
.contenedor-productos-google-sheet a {
    text-decoration: none;
    display: contents;
    padding: 0px;
    margin: 0px;
}
/*.producto-card {
    display: flex;
    flex-wrap: wrap;
    width: 23%;
     border: 1px solid #ededed;
    margin: 0.20%;
    box-sizing: border-box;
    position: relative;
    padding: 10px 10px 0px 20px;
    border-radius: 10px;
    background: #fff;
} */

.producto-card {
    display: flex;
    flex-wrap: wrap;
    width: 23%;
    border: 1px solid #fdfdfd;
    margin: 0.25%;
    box-sizing: border-box;
    position: relative;
    padding: 10px 10px 0px 20px;
    border-radius: 2px;
    -webkit-box-shadow: 2px 2px 5px #dbdbdb;
    background: #FFF;
    transition: transform .2s;
}

.producto-card:hover {
  transform: scale(1.02); 
filter: brightness(105%);    
}

.producto-card .product-2-partes{
   width: 100%;
   margin: auto; 
}
.producto-card .producto-img {
    width: 100%;
    position: relative;
    margin: auto;
}
.producto-card .producto-img img{
    margin:0 auto;
    width:100%;
    min-height: auto;
    aspect-ratio: 1/1; 
    justify-content: center;
} 

.producto-card .producto-info {
    max-width: 100%;
    margin-top: auto;
    padding: 0;
    padding-top: 5%;
    margin-left: auto;
    margin: initial;
    background: #fff;
    /* text-align: right; */
}


producto-card .card_verde {
    position: relative;
    left: 80%;
    top: 20px;
    box-sizing: border-box;
    width: 1%;
    /* height: 68px; */
    border-radius: 50%;
    border-color: #EB0028;
    border-style: solid;
    border-width: 20px;
    background: #EB0028;
}
.producto-card .descuento-porcentaje {
    position: absolute;
    left: 432px;
    top: 28px;
    box-sizing: border-box;
    /* display: inline-block; */
    width: 10%;
    height: 8.5%;
    color: #ffF;
    font-weight: 600;
    font-size: 14px;
    border-radius: 50% 50%;
    background: #EB0028;
    text-align: center;
    padding-top: 4%;
}
.producto-card .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;
}
.producto-card .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;
}    
.producto-card .precio-final{
    font-size:16px;
    font-weight: 700;
    color:#000;
    padding-bottom: 1%;
}
.producto-card .envio {
    box-sizing: border-box;
    font-weight: 600;
    padding: 5px 0 10px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    color: #EB0028;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 3% 0 0 3%;
    align-items: inherit;
}





@media (max-width: 2150px){
.producto-card .descuento-porcentaje {
    position: absolute;
    left: 398px;
    top: 28px;
    box-sizing: border-box;
    /* display: inline-block; */
    width: 10%;
    height: 8.5%;
    color: #ffF;
    font-weight: 600;
    font-size: 14px;
    border-radius: 50% 50%;
    background: #EB0028;
    text-align: center;
    padding-top: 4%;}
}

@media (max-width: 2000px){
.producto-card .descuento-porcentaje {
    position: absolute;
    left: 372px;
    top: 28px;
    box-sizing: border-box;
    /* display: inline-block; */
    width: 10%;
    height: 8.5%;
    color: #ffF;
    font-weight: 600;
    font-size: 14px;
    border-radius: 50% 50%;
    background: #EB0028;
    text-align: center;
    padding-top: 4%;}
}


@media (max-width: 1850px){
.producto-card .descuento-porcentaje {
    position: absolute;
    left: 342px;
    top: 28px;
    box-sizing: border-box;
    /* display: inline-block; */
    width: 10%;
    height: 8.5%;
    color: #ffF;
    font-weight: 600;
    font-size: 14px;
    border-radius: 50% 50%;
    background: #EB0028;
    text-align: center;
    padding-top: 4%;}
}

@media (max-width: 1700px){
.producto-card .descuento-porcentaje {
    position: absolute;
    left: 312px;
    top: 28px;
    box-sizing: border-box;
    /* display: inline-block; */
    width: 10%;
    height: 8%;
    color: #ffF;
    font-weight: 600;
    font-size: 14px;
    border-radius: 50% 50%;
    background: #EB0028;
    text-align: center;
    padding-top: 3.5%;}
}


@media (max-width: 1550px){
.producto-card .descuento-porcentaje {
    position: absolute;
    left: 278px;
    top: 28px;
    box-sizing: border-box;
    /* display: inline-block; */
    width: 10%;
    height: 8%;
    color: #ffF;
    font-weight: 600;
    font-size: 14px;
    border-radius: 50% 50%;
    background: #EB0028;
    text-align: center;
    padding-top: 3.5%;}
}


@media (max-width: 1400px){
.producto-card .descuento-porcentaje {
    position: absolute;
    left: 256px;
    top: 28px;
    box-sizing: border-box;
    /* display: inline-block; */
    width: 11.5%;
    height: 8.5%;
    color: #ffF;
    font-weight: 600;
    font-size: 14px;
    border-radius: 50% 50%;
    background: #EB0028;
    text-align: center;
    padding-top: 3.5%;}
}





@media (max-width: 1200px){
    .producto-card{
        width:23%;
        margin: 10px auto;
    } 
.producto-card .descuento-porcentaje {
    position: absolute;
    left: 183px;
    top: 28px;
    box-sizing: border-box;
    /* display: inline-block; */
    width: 15%;
    height: 11%;
    color: #ffF;
    font-weight: 600;
    font-size: 14px;
    border-radius: 50% 50%;
    background: #EB0028;
    text-align: center;
    padding-top: 4%;
}    
    
}


@media (max-width: 1000px){
    .producto-card{
        width:23%;
        margin: 10px auto;
    } 
.producto-card .descuento-porcentaje {
    position: absolute;
    left: 165px;
    top: 28px;
    box-sizing: border-box;
    /* display: inline-block; */
    width: 15%;
    height: 11%;
    color: #ffF;
    font-weight: 600;
    font-size: 14px;
    border-radius: 50% 50%;
    background: #EB0028;
    text-align: center;
    padding-top: 4%;
} 
    
}


@media (max-width: 900px) {
    .producto-card{width:30%;}
}
@media (max-width: 650px) {
    .producto-card{width:46%;}
}

@media (max-width: 420px) {
    .producto-card{width:46%;}
    .producto-card .descuento-porcentaje {
    position: absolute;
    left: 128px;
    top: 28px;
    box-sizing: border-box;
    /* display: inline-block; */
    width: 20%;
    height: 13.5%;
    color: #ffF;
    font-weight: 600;
    font-size: 14px;
    border-radius: 50% 50%;
    background: #EB0028;
    text-align: center;
    padding-top: 6%;}
}


@media (max-width: 400px) {
    
    .producto-card{width:46%;}
    .producto-card .descuento-porcentaje {
    position: absolute;
    left: 127px;
    top: 10px;
    box-sizing: border-box;
    /* display: inline-block; */
    width: 20%;
    height: 13.5%;
    color: #ffF;
    font-weight: 600;
    font-size: 14px;
    border-radius: 50% 50%;
    background: #EB0028;
    text-align: center;
    padding-top: 6%;}

}

@media (max-width: 380px) {
    
    .producto-card{width:46%;}
    .producto-card .descuento-porcentaje {
    position: absolute;
    left: 115px;
    top: 10px;
    box-sizing: border-box;
    /* display: inline-block; */
    width: 20%;
    height: 13.5%;
    color: #ffF;
    font-weight: 600;
    font-size: 14px;
    border-radius: 50% 50%;
    background: #EB0028;
    text-align: center;
    padding-top: 6%;
}

}

