 

  
   .imagenportad {
 width: 100%;

 
}





#page-content {
  flex: 1 0 auto;
   background: #007bff;
  background: linear-gradient(to right, #0062E6, #33AEFF);
}

#sticky-footer {
  flex-shrink: none;
}

#pie {

   background: #007bff;
  background: linear-gradient(to right, #0062E6, #33AEFF);
}



/* Css del footer */
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  font-family: acumin-pro, system-ui, sans-serif;
  margin: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  font-size: 14px;
  background-color: #f4f4f4;
  align-items: start;
  min-height: 100vh;
}

.footer {
  display: flex;
  flex-flow: row wrap;
  padding: 30px 30px 20px 30px;
  color: black;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
     background: #007bff;
  background: linear-gradient(to right, #0062E6, #33AEFF);
}

.footer > * {
  flex:  1 100%;

}

.footer__addr {
  margin-right: 1.25em;
  margin-bottom: 2em;
  color: #E0E0E0;
}

.footer__logo {
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  text-transform: lowercase;
  font-size: 1.5rem;
}

.footer__addr h2 {
  margin-top: 1.3em;
  font-size: 15px;
  font-weight: 400;
}

.nav__title {
  font-weight: 400;
  font-size: 15px;
  color: white;
}

.footer address {
  font-style: normal;
  
}

.footer__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  max-width: max-content;
  background-color: rgb(33, 33, 33, 0.07);
  background: #FFC107;
  border-radius: 100px;
  color: black;
  line-height: 0;
  margin: 0.6em 0;
  font-size: 1rem;
  padding: 0 1.3em;
}

.footer ul {
  list-style: none;
  padding-left: 0;
}

.footer li {
  line-height: 2em;
}

.footer a {
  text-decoration: none;
}

.footer__nav {
  display: flex;
	flex-flow: row wrap;
}

.footer__nav > * {
  flex: 1 50%;
  margin-right: 1.25em;
}

.nav__ul a {
  color: #E0E0E0;
}

.nav__ul--extra {
  column-count: 2;
  column-gap: 1.25em;
}

.legal {
  display: flex;
  flex-wrap: wrap;
  color: #BDBDBD;
}
  
.legal__links {
  display: flex;
  align-items: center;
}

.heart {
  color: #2f2f2f;
}

.subtitulopie {
  color: black;
}


@media screen and (min-width: 24.375em) {
  .legal .legal__links {
    margin-left: auto;
  }
}

@media screen and (min-width: 40.375em) {
  .footer__nav > * {
    flex: 1;
  }
  
  .nav__item--extra {
    flex-grow: 2;
  }
  
  .footer__addr {
    flex: 1 0px;
  }
  
  .footer__nav {
    flex: 2 0px;
  }



  .card-product:after {

 content: "";
    
display: table;
    
clear: both;
    
visibility: hidden; 

}
 



 .card-product  .price-new,  .card-product  .price {
   
 margin-right: 5px; 
}
  

.card-product .price-old {
 
   color: #999;
 }
 

 .card-product  .img-wrap {
   
 border-radius: 3px 3px 0 0;
   
 overflow: hidden;
   
 position: relative;
    
height: 220px;
   
 text-align: center; 
}
   

 .card-product  .img-wrap img {
    
  max-height: 100%;
   
   max-width: 100%;
    
  object-fit: cover; 
}
      
   

   .card-product .info-wrap {
   
 overflow: hidden;
    
padding: 15px;
    
border-top: 1px solid #eee; 
}
  

.card-product  .action-wrap {
  
  padding-top: 4px;
   
 margin-top: 4px;
 }
  

.card-product  .bottom-wrap {
   
 padding: 15px;
   
 border-top: 1px solid #eee; 
}
 

 .card-product .title {
  
  margin-top: 0;
 }

