* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
   
  }




 .imgfondo{

  width: 100%;
  height: auto;
  
 }
 .envio__fondo--btncon{
   width: 200px;
   height: fit-content;
   margin: 10px;
   padding: 5px;
   text-align: center;
   color: whitesmoke;
   position: absolute;
   top: 60%;
   left: 70%;
   transform: translate(-50%, -50%);
   font-size: 20px;
   cursor: none;
   /* background-color:#aa353e; */
  
 }

 .envio__fondo--env{
  width: 200px;
  height: fit-content;
  margin: 10px;
  padding: 5px;
  text-align: center;
  color: whitesmoke;
  border: 1px solid;
  position: absolute;
  top: 60%;
  left: 90%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  background-color: #aa353e;
}

 

 .descripcion__art--img{

  width: 100%;
  height: auto;
  align-items: center;
 


 }


 .descripcion__art2--img{

  width: 100%;
  height: auto;

  align-items: center;
 
 }
 @media only screen and (max-width: 950px) { 
  .envio__fondo{
    width: auto;
    display: flex;
    flex-direction: row-reverse;
   
    
     
 } 


  .envio__fondo--btncon{
    width: 150px;
    font-size: 15px;
    position: absolute;
    top: 43%;
    left: 80%;
  
  }

  .envio__fondo--env{

    width: 150px;
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 80%;
    
  
  }

}

 @media only screen and (max-width: 850px) { 
  .envio__fondo{
    width: auto;
    display: flex;
    flex-direction: row-reverse;
   
    
     
 } 


  .envio__fondo--btncon{
    width: 125px;
    font-size: 15px;
    position: absolute;
    top: 43%;
    left: 80%;
  
  }

  .envio__fondo--env{

    width: 125px;
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 80%;
    
  
  }

}



@media only screen and (max-width: 450px) { 
  .envio__fondo{
    width: auto;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    
     
 } 


  .envio__fondo--btncon{
    width: 120px;
    font-size: 8px;
    position: absolute;
    top: 18%;
    left: 80%;
  
  }

  .envio__fondo--env{

    width: 90px;
    font-size: 8px;
    position: absolute;
    top: 21%;
    left: 80%;
    
  
  }

}

@media only screen and (max-width: 360px) { 
  .envio__fondo{
    width: auto;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    
     
 } 


  .envio__fondo--btncon{
    width: 120px;
    font-size: 8px;
    position: absolute;
    top: 15%;
    left: 80%;
  
  }

  .envio__fondo--env{

    width: 90px;
    font-size: 8px;
    position: absolute;
    top: 20%;
    left: 80%;
    
  
  }

}
 
 