.hvr-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.hvr-item,
.hvr-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hvr-item a {
  color: #333;
}
.hvr-item a:hover {
  text-decoration: none;
}
.hvr-item img {
  width: 100%;
  height: 100%;
}

.hvr-item.capa {
  position: relative;
  width: auto;
  height: auto;
  /*border: 8px solid #fff;*/
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.hvr-item.capa .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*text-align: center;*/
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*wb*/
.hvr-item.capa.effect {
  overflow: hidden;
}
.hvr-item.capa.effect.colored .info {
  background: #1a4c74;
  background: rgba(26, 74, 114, 0.6);
}
.hvr-item.capa.effect.colored .info h3 {
  background: rgba(12, 34, 52, 0.6);
}
.hvr-item.capa.effect .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.hvr-item.capa.effect .info {
  background: #333333;
  background: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.hvr-item.capa.effect .info h2 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin: 14px 5px -10px 5px;
  text-transform: uppercase;
}
.hvr-item.capa.effect .info h3 {
  font-family: 'Noto Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin-top: -8px;
}
.hvr-item.capa.effect .info p {
  font-family: 'Noto Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  margin: -14px 5px 10px 5px;
}
.hvr-item.capa.effect .info hr {
  background-color:  #ffffff;
  width: 95%;
  height: 4px;
}
.hvr-item.capa.effect .info .date{
  position: absolute;
  right: 5%;
  /*bottom: 28%;*/
  left: 5%;
  z-index: 10;
  padding: 5px;
  text-align: center;
  border: 1px solid #fff;
}
.hvr-item.capa.effect .info .date h4{
  font-family: 'Noto Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-top: 1px;
  margin-bottom: 1px;
}

.hvr-item.capa.effect .plus {
  position: absolute;
  right: 0%;
  bottom: 0%;
  left: 0%;
  z-index: 10;
  padding: 5px;
  text-align: center;
  background-color: #fcfcfc;
  border: 2px solid #1c1c1c;
}
.hvr-item.capa.effect .info .plus p, i {
  font-family: 'Roboto Condensed', sans-serif;
  color: #1c1c1c;
  text-align: center;
  font-size: 14px;
  display: inline;
  text-transform: uppercase;
}
.hvr-item.capa.effect a:hover .img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.hvr-item.capa.effect a:hover .info {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 1199px) {
	.hvr-item.capa.effect .info p {
	margin: -24px 5px 10px 5px;
	}
	.hvr-item.capa.effect .info hr {
    margin-bottom: 30px;
	}
}
@media screen and (max-width: 992px) {
  .hvr-item.capa.effect .info h3{
  font-size: 12px;	
  }
  .hvr-item.capa.effect .info p{
  font-size: 10px;  
  }
  .hvr-item.capa.effect .info .date h4{
  font-size: 12px;  
  }
  .hvr-item.capa.effect .info .date{
  bottom: 23%;
  padding: 1px;
  }
}
@media screen and (max-width: 991px) {
  .hvr-item.capa.effect .info h2 {
  font-size: 24px;
  }
  .hvr-item.capa.effect .info h3{
  font-size: 18px;	
  }
  .hvr-item.capa.effect .info p{
  font-size: 14px;  
  }
  .hvr-item.capa.effect .info .date h4{
  font-size: 18px;  
  }
  .hvr-item.capa.effect .info .plus p, i {
  font-size: 18px;
  }
  .hvr-item.capa.effect .info .date {
  padding: 5px;
  }
}
.hvr-item.capa.effect.left_to_right .info {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.hvr-item.capa.effect.left_to_right a:hover .info {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.hvr-item.capa.effect.right_to_left .info {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.hvr-item.capa.effect.right_to_left a:hover .info {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.hvr-item.capa.effect.top_to_bottom .info {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.hvr-item.capa.effect.top_to_bottom a:hover .info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.hvr-item.capa.effect.bottom_to_top .info {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.hvr-item.capa.effect.bottom_to_top a:hover .info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
/*wb end*/