/*IMAGENS*/
.box-img {
  width: 100%;
}

.img-cover{
  width: 100%;
  object-fit:cover;
  object-position: center top;
}

.height-img-banner img{
  height: 750px;  
}

.height-img-default img{
  height: 321px;  
}

.height-img-smin img{
  height: 64px;
}

.height-img-min img{
  height: 160px;
}

.height-img-max img{
  height: 321px;
}

/*paginas individuais*/
.img-page-default img{
  height: 249px; 
}
.full-img-page img{
  height: 269px; 
}

/*TABLETS E DESKTOP*/
@media (min-width: 768px) and (max-width: 991px){
  .height-img-banner img{
	  height: 600px;  
	}
  
  .height-img-default img{
	height: 229px;
  }

  .height-img-max img{
	height: 269px;
  }

  .img-page-default img{
	height: 173px; 
  }
}


@media(min-width: 992px) and (max-width: 1199px){
	.height-img-banner img{
	  height: 450px;  
	}
	.height-img-default img{
	  height: 242px;  
	}
  .height-img-max img{
	height: 360px;
  }
  .img-page-default img{
	height: 191px; 
  }

  .full-img-page img{
	height: 321px; 
  }
}

@media(min-width: 1200px){
  .height-img-max img{
	height: 455px;
  }
	.img-page-default img{
   height: 191px; 
  }

  .full-img-page img{
	height: 321px; 
  }
}


img[data-src].lazy {
  opacity: 0;
}
img[src].lazy {
  opacity: 1;
  transition: .3s ease-in-out;
}