
.blue-claro-bg { background: #E0FFFF; }

.galery-image {
	position: relative;
	overflow: hidden;
	height: 200px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.galery-image img {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;

}

.galery-image:after {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.blog-image {
	position: relative;
	overflow: hidden;
	height: 300px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.blog-image img {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;

}

.blog-image:after {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.small-image {
	position: relative;
	overflow: hidden;
	width: 100px;
	height: 100px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.small-image img {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;

}

.small-image:after {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}