.contenedor{background-color: rgb(251, 246, 252)
    ;max-width: 100%;
    overflow-x: hidden;}
    
    
    
  
 

.img_cont{display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    grid-column: 1/1;
    grid-row: 1/1;
    margin-top: 3em;
    
   
    
    
}



.box_img  { 
    max-width: 100em;
    border: solid 1px;
    margin-top: 15px;  
    height: 50px;
}


.MinImg ,.MinImg1, .MinImg2 ,.MinImg3 , .MinImg4{
    
    width: 3em;
    height: 50px;
}

.box_color{
    max-width: 100em;
    border: solid 2.8px #2109f1;
    margin-top: 15px;
    height: 50px;
    
    
}

.cont_zoom{
    margin-top: 3em;
    text-align: center;
    grid-column: 2/2;
    grid-row: 1/1;   

}

.box_img__zoom{
   
    width: 90%;
height: 90%;    
}







.con_Stock{display: flex;
    color: rgb(17, 177, 17);}

.sin_Stock{display:flex;
    color: red;
}
 
.titulo{text-decoration: none;
    color: rgba(0,0,0,.9);
    font-family:  'Ibarra Real Nova', serif;
    
    font-size:  24px ;
}
    .precio_cuotas{
        display: flex;
        flex-direction: column;
        gap: 0.4em;
    }
        .bestprecio{
            font-size: 30px;
            font-weight: 300;
        }
        .off{
            font-size: 16px;
            color: rgb(17, 177, 17);
        }
        
    .cuotas , .int{
        color: rgb(17, 177, 17);
        font-size: 14px;   
    }
        .cards{
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

      
     
    .cond_Pago{
        color: rgb(71, 71, 248);
        font-size: 13px;
    }
    .med_pago{
    text-decoration: none;
    list-style-type: none;
}
.med_pago:visited{
    color: rgb(71, 71, 248);
}
      .box_Envios{
        display: flex;
        flex-direction: column;
        gap: 0.4em;
      }

       .envio{
         
            color: rgb(17, 177, 17);
         }
.polit , .form_Env{
    font-size: 13px;
    color: rgb(71, 71, 248);
    cursor: pointer;
}

.comp_add{
    margin-top: 13em;
    display: flex;
    flex-direction: column;
    gap: 2em;
    align-items: center;
}
.comprar{
    border-radius: 8px;
    box-shadow: 2px 2px 8px 1px #8b8a8a;
    border-style: none;
    cursor: pointer;
    font-size: 2vh;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif ;
    width: 20vh;
    height: 3em;
    overflow: hidden;
    white-space: wrap;
    
}

    .add{
        border-radius: 8px;
    border-style: none;
    box-shadow: 2px 2px 8px 1px #8b8a8a;
    background-color: rgb(217, 219, 243);
    cursor: pointer;
    color: rgb(71, 71, 248);
    font-size: 12px;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif ;
    width: 20vh;
    height: 3em;
    overflow: hidden;
    text-overflow: none;
    white-space: wrap;
    
}

    
   


        @media (max-width: 1385px) {
            
            header{ position: absolute; top: 3.7em}

            .input{max-width: 7em;}

                      
        }
         

       