.cajalimginterna-pampa{
width: 100%;
display: flex;
gap: 0px;
flex-wrap: wrap;
flex-direction: row;
justify-content: center;
align-items: stretch;
padding-top: 70px;
}

.limg1-pampa{
	display: block;
	width:calc(100% / 4);
	text-align: center;
	font-size: 17px;
	line-height: 20px;
	color: #00463D;
}

.kilos-pampa{
    width: auto;
    height: 30px;
}

.cajalimg-pampa, .cajalimg-maxpet{
display: block;
text-align: center;
width: 57%;	
}

.cajaltext-pampa, .cajaltext-maxpet {
	display: block;
	width: 40%;	
	position: relative;
	font-size: 22px;
	line-height: 26px;
	color: #4D4D4D;
	padding-top: 70px;
}

.logo-pampa-light{
    display: block;
    width: 100%;
    height: 100px;
}

.logo-pampa-light img{
   width: auto;
    height: 100%;
}

.logo-maxpet-light{
    display: block;
    width: 100%;

}

.logo-maxpet-light img{
   width: 100%;
    height: auto;
}

.pampa-subtitulo{
   display: flex;
    flex-direction: column;
    width: 100%;
    gap:0;
}

.pampa-subtitulo img{
    width: 100%;
    height: auto;
}
        
.textos-subtitulo-pampa{
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 300;
   font-size: 22px; 
    color: #002e6d;
}

.textos-subtitulo-pampa span{
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 900;
}

.pampa-texto{
    display: flex;
    width: 100%;
    flex-direction: column;
    gap:2px;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -1px;
    color: #002e6d;
}

.pampa-texto span{
  font-weight: 900;
}

.subtext-pampa{
    display: block;
    text-align: center;
    font-size: 16px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 300;
    color: #002e6d;
}

.subtext-pampa span{
    font-weight: 700;
}

.maxpet-texto{
    display: block;
    width: 100%;
    gap:2px;
    font-family: "Lora", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    color: #231f20;
    text-align: center;
    padding-top: 15px;
}

.maxpet-texto span{
  font-weight: 700;
}

.img-maxpet-desk{
    display: block;
}
.img-maxpet-tablet{
    display: none;
}
.img-maxpet-mobile{
    display: none;
}


/* ----------------------------------
# Responsive
------------------------------------- */
@media (max-width: 950px) {
.limg1-pampa{
	width:calc(100% / 2);
}
    
.cajalimg-pampa{
width: 40%;	
}
    
.cajaltext-pampa{
   width: 57%;     
    }
    
.cajalimg-maxpet{
    width: 57%;    
    }
   
.cajaltext-maxpet{
     width: 40%;   
    }
    
}

@media (max-width: 810px) {
    
 /*   .limg1-pampa{
	width:calc(100% / 4);
}
    
.cajalimg-pampa{
width: 90%;	
}*/
	
}

@media (max-width: 750px) {

.cajalimginterna-pampa{
    padding-top: 10px;
}
    
.limg1-pampa{
	width:calc(100% / 4);
}
    
 .cajalimg-pampa, .cajaltext-pampa, .cajalimg-maxpet, .cajaltext-maxpet{
      width: 90%;	  
    }
    
.img-maxpet-desk{
    display: none;
}
.img-maxpet-tablet{
    display: block;
}
.img-maxpet-mobile{
    display: none;
}
    
}

@media (max-width: 600px) {
.limg1-pampa{
	width:calc(100% / 2);
}
.kilos-pampa{
    width: 100%;
    height: auto;
}
    
}

@media (max-width: 450px) {
    
.cajalimginterna-pampa{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}
    
.limg1-pampa, .cajaltext-pampa{
	width: 90%;
}
    
.kilos-pampa{
    width: 100%;
    height: auto;
}
    
.img-maxpet-desk{
    display: none;
}
.img-maxpet-tablet{
    display: none;
}
.img-maxpet-mobile{
    display: block;
}
	
}