.div-grid-destacados25 {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    justify-content: start/* Cuatro columnas de igual ancho */
    grid-gap: 1%; /* Espacio entre las tarjetas */
    width: 96%;
    padding: 1%; /* Sin relleno */
    margin: auto;
}

@media (max-width: 1500px){
   .div-grid-destacados25{
   grid-template-columns: repeat(3, 1fr);
   }
}

@media (max-width: 1300px){
   .div-grid-destacados25{
   grid-template-columns: repeat(2, 1fr);   
   }
}

@media (max-width: 950px){
   .div-grid-destacados25{
   grid-template-columns: repeat(2, 1fr);   
   }
}

@media (max-width: 720px){
   .div-grid-destacados25{
   /* display: flex;
    justify-content: center;
    text-align: center;
    */
   }
}

@media (max-width: 700px){
   .div-grid-destacados25{
   display: block;
   }
}

@media (max-width: 550px){
   .div-grid-destacados25{
   display: block;
   }
}

@media (max-width: 400px){
   .div-grid-destacados25{
   margin: 0 2%;
   display: block;
   }
}




/*tarjetas*/ 

.p-negocio25 .contenido-tarjeta{
   flex: 1 1 auto;
}


.p-negocio25{
	display: flex;
  	flex-direction: column;
	background: radial-gradient(at top right,#f9f9f9, #fff);
	color: #1111f9;
	border-radius: 15px;
	padding: 15px;
	width: 96%;
	margin: 2% 2%;
}



@media (max-width: 700px){
	.p-negocio25{
		margin: 3% auto;
		width: 85%;
	}
}


.tit-negocio25{
   font-size: 110%;
   font-weight: bold;
   text-align: center;
   letter-spacing: 4px;
   background-color: #205aff;
   color: #f4f4f4;
   border-radius: 5px;
   padding: 15px;
   width: 100%;
   margin: auto;
   transition: .5s;
}

@media (max-width: 1400px){
   .tit-negocio25{
      font-size: 120%;
      width: 90%;
   }
}

@media (max-width: 1400px) and (max-height: 1200px){
   .tit-negocio25 {
      width: 100%;
      font-size: 70%;
   }   
}

@media (max-width: 550px){
   .tit-negocio25{
      font-size: 100%;
      width: 100%;
   }
}

.imgpub25{
   margin: auto;
   display: block;
   width: 100%;
   /*height: 250px;*/
   transition: transform 0.3s;
}

@media (max-width: 900px){
   .imgpub25{
      width: 220px;
      height: 220px;
   }
}

@media (max-width: 700px){
   .imgpub25{
      width: 90%;
      height: 90%;
   }
}

@media (max-width: 520px){
   .imgpub25{
      width: 100%;
      height: 100%;
   }
}



.div-logos25{
	display: flex;
	justify-content: center;
	align-items: center;
}

.logos-sociales25{
   padding: 3px;
   display: inline;
   width: 45px;
   height: 45px;
   margin: 2px;
   transition: .5s;
}

@media (max-width: 1400px) and (max-height: 1200px){
   .logos-sociales25 {
      width: 35px;
   height: 35px;
   }   
}

@media (max-width: 400px){
   .logos-sociales25{
      width: 35px;
      height: 35px;
      margin:  2px;
   }
}

.logos-sociales25:hover{
   transform: scale(1.03);
   filter: drop-shadow(0 0 10px #cbc5f9);
   transition: .5s;
}


.logos-datos25{
	max-width: 20px;
	width: 20px;
	margin: 10px;
}

.li-destacados{
	width: 90%;
	margin: -10px 0;
   margin-top: 2px;
}

@media (max-width: 1400px) and (max-height: 1200px){
    .li-destacados {
         width: 90%;
    }   
}

.li-destacados .span-destacados {
	font-size: 72%;
	margin: 0;
	padding: 0;
}

.div-pre-stock25 {
   display: flex;
   width: 100%;
   justify-content: center;
}

.div-pre-stock255 {
   display: flex;
   width: 100%;
   justify-content: center;
}

.precio-stock25{
   background-color: #205aff;
   border-radius: 10px;
   /*border: solid 5px #fff;*/
   padding: 18px 25px;
   color: #fff;
   font-size: 83%;
   width: 100%;
   display: inline-flex;
   justify-content: center;
   cursor: pointer;
}

@media (max-width: 1450px){
   .precio-stock25{
    font-size: 60%;
    padding: 15px 20px;
   }
}

@media (max-width: 1050px){
   .precio-stock25{
    font-size: 80%;
    padding: 15px 20px;
   }
}

@media (max-width: 830px){
   .precio-stock25{
    font-size: 70%;
    padding: 15px 20px;
   }
}

@media (max-width: 620px){
   .precio-stock25{
     font-size: 65%;
   }
}

@media (max-width: 50px){
   .precio-stock25{
     font-size: 75%;
   }
}

li{
   list-style: none;
   /*background-image: linear-gradient(to bottom, #eee, #f4f4f4);*/
   font-family: Lora, serif;
   letter-spacing: 2px;
   width: 70%;
   margin: -15px auto;
   display: flex;
   align-items: center;
}



li span{
   vertical-align: middle;
   font-size: 50%;
}

@media (max-width: 1800px){
   li span{      
      font-size: 80%;
   }
}

@media (max-width: 1400px){
   li span{
      font-size: 70%;
   }
}

@media (max-width: 1400px) and (max-height: 1200px){
   li span{
      font-size: 60%;
   }    
}

@media (max-width: 700px){
   li span{
      font-size: 85%;
   }
}

@media (max-width: 500px){
   li span{
      font-size: 80%;
   }
}


@media (max-width: 1800px){
   li{
      width: 85%;
   }
}

@media (max-width: 1400px){
   li{
      width: 90%;
   }
}

@media (max-width: 700px){
   li{
      margin: -7px auto;   
      width: 88%;
   }
}

@media (max-width: 500px){
   li{
      margin: -5px auto;
      width: 88%;
   }
}