/* ====== Reset ====== */
p {  
  margin: 0;
}

/* ================================
   CONTENEDOR 0: ELECTRO
================================== */
#contenedor0_productos {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   font-family: 'Mulish', sans-serif;
}

#contenedor0_productos .producto-card {
/*
    display: flex;
    flex-wrap: wrap;
*/
    width: 52%;
    margin: 10px;
    padding: 15px;
    border: 2px solid #ebebeb;
    border-radius: 12px;
    background: #FFF;
    text-align: center;
    font-size: 14px;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
}

#contenedor0_productos .producto-card a {
    align-items: center;
    display: flex;
}

#contenedor0_productos .producto-card img {
    margin: auto;
    max-width: 100%;
 max-height: 180px;
    object-fit: contain;
    margin-bottom: 10px;
}


#contenedor0_productos .producto-card .producto-img img {
    padding-bottom: 4%;
    margin: 0 auto;
    width: 100%;
    min-height: auto;
    /* aspect-ratio: 1 / 1; */
    justify-content: center;
}





#contenedor0_productos .producto-card .producto-info {
    margin: auto;
}

#contenedor0_productos .producto-card .producto-description {
    font-family: 'Mulish', sans-serif;
    font-size: 30px;
    color: #000;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    word-break: break-word;
    line-height: 1.2;
    padding-top: 5%;
    border-top: 1.5px solid #ebebeb;
}




#contenedor0_productos .producto-card .descuento-porcentaje {
    position: absolute;
    left: -38px;
    top: -10px;
    box-sizing: border-box;
    display: inline-block;
    width: 60px;
    height: 65px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

#contenedor0_productos .antes-precio{
       display: flex;
       width: 100%;
       margin:0 auto;
       flex-direction: row;
       flex-wrap: wrap; 
        
    }  
   #contenedor0_productos .producto-card .precio-anterior{
        width: auto;
        margin: auto;
        margin-left: 0px;
    }   

/*
   #contenedor0_productos .producto-card .card_verde{
        position: relative;
        box-sizing: content-box;
        width: 40%;
        height: auto;
        border: 0px;
        
    } 
*/
    

#contenedor0_productos .producto-card .card_verde {
    outline: 2px solid #fff;
    border-radius: 50px;
    position: absolute;
    right: 10px;
    top: 10px;
    box-sizing: border-box;
    width: 30px;
    border-style: solid;
    border-width: 28px 20px 28px 35px;
    border-color: #096;
    text-align: center;
    box-shadow: 1px 2px 7px 1px rgba(0, 0, 0, 0.4);
    position: relative;
    left: 420px;
    top: 1px;
    box-sizing: border-box;
    border-style: solid;
    background: #096;
}



#contenedor0_productos .producto-card .product-description {
     text-align: center;
    width: 480px;
     font-family: 'Mulish', sans-serif;
    font-size: 32px;
    color: #000;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    word-break: break-word;
    line-height: 1.2;
    padding-top: 5%;
    font-weight: 600;
}
    
 #contenedor0_productos .producto-card .precio-anterior{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 3px;
    text-decoration: line-through;
    color: #666;
    margin-top: 1%;
    /* margin: auto; */
    font-weight: 200;
    margin-left: 35px;
    font-size: 22px;
    position: absolute;
    text-align: center;
}    

#contenedor0_productos .producto-card .precio-final {
    font-size: 28px;
    font-weight: 400;
    color: #000;
    padding-bottom: 1%;
    text-align: left;
    padding-left: 8%;
    padding-top: 2%;
}
 
    
  #contenedor0_productos  .producto-card .contenedor-precio{
        display: flex;
        flex-wrap: wrap;}
    }

#contenedor0_productos .producto-card .envio {
    box-sizing: border-box;
    font-weight: 400;
    padding: 5px 0 10px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    color: #096;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 3% 0 0 3%;
    align-items: inherit;
}

#contenedor0_productos .envio {
    color: #096;
    text-align: left;
    padding-top: 5%;
    padding-left: 8%;
}

/* ================================
   CONTENEDOR 1: MUEBLES
================================== */
#contenedor1_productos {
  display: flex;
   width: 100%;
   margin:0 auto;
   font-family: 'Mulish', sans-serif;
   flex-direction: row;
   flex-wrap: wrap; 
   justify-content: center;
   border: 0;
}

#contenedor1_productos a {
    text-decoration: none;
    display: contents;
    padding: 0px;
    margin: 0px;
}


#contenedor1_productos .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;
}


#contenedor1_productos .producto-card .product-2-partes{
   width: 100%;
   margin: auto; 
}

#contenedor1_productos .producto-card img {
   width: 100%;
    position: relative;
    margin: auto;
}


#contenedor1_productos .producto-card .producto-img img {
    padding-bottom: 4%;
    margin: 0 auto;
    width: 100%;
    min-height: auto;
/*    aspect-ratio: 1/1;*/
    justify-content: center;
}

#contenedor1_productos .producto-card .titulo {
    font-size: 15px;
    font-weight: bold;
    height: 45px;
    overflow: hidden;
    margin-bottom: 12px;
    color: #e65100;
}


#contenedor1_productos .producto-card .producto-info{
    max-width: 100%;
    margin-top: auto;
    padding: 0;
    margin-left: auto;
    margin: auto;
}

#contenedor1_productos .producto-card .card_verde {
    outline: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 10px;
    box-sizing: border-box;
    /* width: 60px; */
    /* height: 60px; */
    /* border-top-left-radius: 9px; */
    /* border-color: rgb(0, 153, 102) transparent transparent rgb(0, 153, 102); */
    border-style: solid;
    border-width: 28px 30px 28px 25px;
    /* background: #EB0028; */
    border-color: #096;
    text-align: center;
    box-shadow: 1px 2px 7px 1px rgba(0, 0, 0, 0.4);
}


#contenedor1_productos .producto-card .descuento-porcentaje {
    position: absolute;
    left: -25px;
    top: -10px;
    box-sizing: border-box;
    display: inline-block;
    width: 60px;
    height: 65px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}

#contenedor1_productos .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;
    padding-top: 5%;
    border-top: 1.5px solid #ebebeb;
}

#contenedor1_productos .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;
}    

#contenedor1_productos .producto-card .precio-final {
    font-size:16px;
    font-weight: 700;
    color:#000;
    padding-bottom: 1%;
    }


#contenedor1_productos .producto-card .envio {
      box-sizing: border-box;
    font-weight: 400;
    padding: 5px 0 10px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    color: #096;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 3% 0 0 3%;
    align-items: inherit;
}

/* ================================
   RESPONSIVE
================================== */
@media (max-width: 1399px){
   #contenedor1_productos .producto-card{width:18%;}
}


@media (max-width: 1199px){
  #contenedor0_productos .producto-card { width: 58%; }
  #contenedor1_productos .producto-card {
        width:23%;
        margin: 10px auto;
    } 
    
    
 #contenedor0_productos .producto-card .product-description {
    text-align: center;
    width: 480px;
    font-family: 'Mulish', sans-serif;
    font-size: 25px;
    color: #000;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    word-break: break-word;
    line-height: 1.2;
    padding-top: 5%;
    font-weight: 600;
}   
    
}

@media (max-width: 899px) {
    #contenedor0_productos .producto-card {width: 60%;}
    #contenedor0_productos .producto-card .product-description {
    text-align: center;
    width: 300px;
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    word-break: break-word;
    line-height: 1.2;
    padding-top: 5%;
    /* border-top: 1.5px solid #ebebeb; */
    font-weight: 600;
}
    #contenedor0_productos .producto-card .card_verde {
    outline: 2px solid #fff;
    border-radius: 50px;
    position: absolute;
    right: 10px;
    top: 10px;
    box-sizing: border-box;
    width: 30px;
    border-style: solid;
    border-width: 28px 20px 28px 35px;
    border-color: #096;
    text-align: center;
    box-shadow: 1px 2px 7px 1px rgba(0, 0, 0, 0.4);
    position: relative;
    left: 270px;
    top: -1px;
    box-sizing: border-box;
    border-style: solid;
    background: #096;
}
#contenedor0_productos .producto-card .precio-anterior {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 3px;
    text-decoration: line-through;
    color: #666;
    margin-top: 1%;
    /* margin: auto; */
    font-weight: 400;
    margin-left: 35px;
    font-size: 20px;
    position: absolute;
    text-align: center;
}    
    
  #contenedor1_productos .producto-card{width:30%;} 
}

@media (max-width: 860px) {
    
 #contenedor0_productos .producto-card {
        width: 80%;
    }   
}

@media (max-width: 650px) {
   #contenedor1_productos .producto-card{width:46%;}
}



@media (max-width: 660px) {
  #contenedor0_productos .producto-card { width: 95%; }
}


@media (max-width: 600px) {
  #contenedor0_productos .producto-card { width: 95%; }
}




@media screen and (max-width: 600px){  
    
 #contenedor0_productos .producto-card .card_verde {
    outline: 2px solid #fff;
    border-radius: 50px;
    position: absolute;
    right: 10px;
    top: 10px;
    box-sizing: border-box;
    width: 30px;
    border-style: solid;
    border-width: 8px 20px 28px 35px;
    border-color: #096;
    text-align: center;
    box-shadow: 1px 2px 7px 1px rgba(0, 0, 0, 0.4);
    position: relative;
    left: 240px;
    top: -1px;
    box-sizing: border-box;
    border-style: solid;
    background: #096;
}
    
#contenedor0_productos .producto-card .descuento-porcentaje {
        position: absolute;
        left: -38px;
        top: -3px;
        box-sizing: border-box;
        display: inline-block;
        width: 60px;
        height: 65px;
        color: #fff;
        font-weight: 700;
        font-size: 16px;
    }
    
 #contenedor0_productos .producto-card .precio-anterior {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 3px;
    text-decoration: line-through;
    color: #666;
    margin-top: 1%;
    /* margin: auto; */
    font-weight: 400;
    margin-left: 25px;
    font-size: 16px;
    position: absolute;
    text-align: center;
} 
    
    
#contenedor0_productos .producto-card .precio-final {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding-bottom: 1%;
    padding-top: 3%;
    text-align: left;
}
    
 #contenedor0_productos .envio {
        flex-direction: row;
        font-size: 9px;
        width: 48%;
        text-align: left;
     color: #096;
    }
    
    
   #contenedor1_productos .producto-card {
        width:95%;
        border: 0;
        padding: 5px 0;
        display: flex;
    } 
    #contenedor1_productos.producto-card .product-2-partes{
       width: 48%;
       margin: auto; 
        
    }     
   #contenedor1_productos .producto-card .producto-img {
        position: relative;
        margin: auto;
        width: 33%;
        border: 0px;
        align-self: center;
        justify-content: center;
    }        
   #contenedor1_productos .producto-card .producto-img img {
        position: relative;
        box-sizing: border-box;
        width: 100%;
        min-width: 80px;
        max-width: 200px;
        margin: auto;
        max-height: 230px;
        height: 100vh;
        min-height: 100px;
        height: auto;
        aspect-ratio: 1/1;
        min-height: auto;
    }
   #contenedor1_productos .producto-card .producto-info {
        width: 55%;
        border-left: 2px solid #ebebeb;
        padding-left: 3%;
        border-top: 0;
        margin: auto;
    }
   #contenedor1_productos .antes-precio{
       display: flex;
       width: 100%;
       margin:0 auto;
       flex-direction: row;
       flex-wrap: wrap; 
        
    }  
   #contenedor1_productos .producto-card .precio-anterior{
        width: auto;
        margin: auto;
        margin-left: 0px;
    }   
   #contenedor1_productos .producto-card .card_verde{
        position: relative;
        box-sizing: content-box;
        width: 40%;
        height: auto;
        border: 0px;
        
    } 
    

#contenedor1_productos .producto-card .card_verde {
    outline: 1px solid #fff;
    border-radius: 50px;
    position: absolute;
    right: 10px;
    top: 10px;
    box-sizing: border-box;
    width: 30px;
    border-style: solid;
    border-width: 28px 30px 28px 25px;
    border-color: #096;
    text-align: center;
    box-shadow: 1px 2px 7px 1px rgba(0, 0, 0, 0.4);
    position: absolute;
    right: 19px;
    top: 73px;
    box-sizing: border-box;
    border-style: solid;
    background: #096;
}
    
  #contenedor1_productos  .producto-card .product-description {
    border-top: 0px solid #fff;
}
    
  
    
  #contenedor1_productos  .producto-card .contenedor-precio{
        display: flex;
        flex-wrap: wrap;}
    }
    
   @media (max-width: 500px){ 
       
       
#contenedor0_productos .producto-card {
        width: 98%;
    }       
  
#contenedor0_productos .producto-card .product-description {
    text-align: center;
    width: 250px;
    font-family: 'Mulish', sans-serif;
    font-size: 15px;
    color: #000;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    word-break: break-word;
    line-height: 2;
    padding-top: 5%;
    /* border-top: 1.5px solid #ebebeb; */
    font-weight: 600;
    padding-bottom: 2%;
    padding: 3%;
}  
       
#contenedor0_productos .producto-card .card_verde {
    outline: 2px solid #fff;
    border-radius: 50px;
    position: absolute;
    right: 10px;
    top: 10px;
    box-sizing: border-box;
    width: 30px;
    border-style: solid;
    border-width: 8px 20px 28px 35px;
    border-color: #096;
    text-align: center;
    box-shadow: 1px 2px 7px 1px rgba(0, 0, 0, 0.4);
    position: relative;
    left: 180;
    top: -1px;
    box-sizing: border-box;
    border-style: solid;
    background: #096;
}       
       
       
 #contenedor1_productos  .producto-card .descuento-porcentaje {
    position: absolute;
    left: -26px;
    top: -10px;
    box-sizing: border-box;
    display: inline-block;
    width: 60px;
    height: 65px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;}
}
    
    
@media (max-width: 430px){
  #contenedor1_productos  .producto-card{ width:95%; }
    
  #contenedor1_productos  .producto-card-nombre{font-size:14px; }
    
   #contenedor1_productos .antes-precio{width: 100%;}   
    
  #contenedor1_productos  .producto-card .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;}
    
   #contenedor1_productos .producto-card .precio-anterior{
        width: 65%;
        font-size: 12px;
    }
    
 #contenedor1_productos .producto-card .card_verde {
        position: relative;
        box-sizing: content-box;
        width: 30%;
        height: 25PX;
        border: 0px;
        left: -30px;
        top: -2px;
    }
    
  #contenedor1_productos  .producto-card .envio{
        font-size: 9px; }
    
  #contenedor1_productos .producto-card .descuento-porcentaje {
        font-size: 15px;
        font-weight: 700;
        padding-top: 1%;
        left: 2px;
        top: -1px;
        /* line-height: 1%; */
    }

@media (max-width: 415px){
#contenedor1_productos .producto-card .descuento-porcentaje {
        position: absolute;
        left: 1px;
        top: -2px;
        box-sizing: border-box;
        display: inline-block;
        width: 60px;
        height: 65px;
        color: #fff;
        font-weight: 700;
        font-size: 15px;
    }
    
 #contenedor0_productos .producto-card .product-description {
    text-align: center;
    width: 220px;
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    word-break: break-word;
    line-height: 2;
    padding-top: 5%;
    /* border-top: 1.5px solid #ebebeb; */
    font-weight: 600;
    padding-bottom: 2%;
    padding: 3%;
}
    
#contenedor0_productos .producto-card .precio-anterior {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 3px;
    text-decoration: line-through;
    color: #666;
    margin-top: 1%;
    /* margin: auto; */
    font-weight: 400;
    margin-left: 15px;
    font-size: 14px;
    position: absolute;
    text-align: center;
}    
#contenedor0_productos .producto-card .precio-final {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    padding-bottom: 1%;
    padding-top: 3%;
    text-align: left;
}
#contenedor0_productos .producto-card .card_verde {
    outline: 2px solid #fff;
    border-radius: 50px;
    position: absolute;
    right: 10px;
    top: 10px;
    box-sizing: border-box;
    width: 30px;
    border-style: solid;
    border-width: 5px 20px 28px 32px;
    border-color: #096;
    text-align: center;
    box-shadow: 1px 2px 7px 1px rgba(0, 0, 0, 0.4);
    position: relative;
    left: 150;
    top: -1px;
    box-sizing: border-box;
    border-style: solid;
    background: #096;
}
#contenedor0_productos .producto-card .descuento-porcentaje {
            position: absolute;
            left: -35px;
            top: -3px;
            box-sizing: border-box;
            display: inline-block;
            width: 60px;
            height: 65px;
            color: #fff;
            font-weight: 700;
            font-size: 15px;
        }
    
}

@media (max-width: 375px){
#contenedor1_productos .producto-card .descuento-porcentaje {
    position: absolute;
    left: -2px;
    top: 0px;
    box-sizing: border-box;
    display: inline-block;
    width: 60px;
    height: 65px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;}
    
 #contenedor0_productos .producto-card .product-description {
    text-align: center;
    width: 200px;
    font-family: 'Mulish', sans-serif;
    font-size: 13px;
    color: #000;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    word-break: break-word;
    line-height: 2;
    padding-top: 5%;
    /* border-top: 1.5px solid #ebebeb; */
    font-weight: 600;
    padding-bottom: 2%;
    padding: 3%;
}
#contenedor0_productos .producto-card .card_verde {
    outline: 2px solid #fff;
    border-radius: 50px;
    position: absolute;
    right: 10px;
    top: 10px;
    box-sizing: border-box;
    width: 30px;
    border-style: solid;
    border-width: 3px 20px 28px 35px;
    border-color: #096;
    text-align: center;
    box-shadow: 1px 2px 7px 1px rgba(0, 0, 0, 0.4);
    position: relative;
    left: 140;
    top: -1px;
    box-sizing: border-box;
    border-style: solid;
    background: #096;
}
#contenedor0_productos .producto-card .descuento-porcentaje {
            position: absolute;
            left: -38px;
            top: -3px;
            box-sizing: border-box;
            display: inline-block;
            width: 60px;
            height: 65px;
            color: #fff;
            font-weight: 700;
            font-size: 15px;
        }
#contenedor0_productos .producto-card .precio-final {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    padding-bottom: 1%;
    padding-top: 3%;
    text-align: left;
    padding-left: 3%;
}
 #contenedor0_productos   .envio {
        flex-direction: row;
        font-size: 9px;
        width: 48%;
        text-align: left;
        color: #096;
        padding-left: 3%;
    }    
    
    
}


@media (max-width: 280px){
  #contenedor1_productos .contenedor-productos-google-sheet {
       margin:0 auto;
       padding: 0px;
    }     
   #contenedor1_productos .producto-card{ margin:5px 0; }
   #contenedor1_productos .producto-card-nombre{font-size:13px;}
   #contenedor1_productos .antes-precio{width: 100%;} 
   #contenedor1_productos .producto-card .precio-anterior{
        width: 65%;
        font-size: 11px;
    }
    #contenedor1_productos #contenedor1_productos.producto-card .card_verde{
        position: relative;
        box-sizing: content-box;
        width: 30%;
        height: auto;
        border: 0px;
    }
   #contenedor1_productos .producto-card .envio{font-size: 10px;}    
   #contenedor1_productos .producto-card .producto-img img{
        min-height:50px;
        min-width:50px;
    } 
  #contenedor1_productos .producto-card .producto-info{
        max-width: 75%;
        margin-top: 10px;
        padding: 10px;
        margin-left: 0;
    }  
}