.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 {
  -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;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 25px;
}
.hvr-item.capa .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*text-align: center;*/
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*advitam*/
.hvr-item.capa.effect {
  overflow: hidden;
}
.hvr-item.capa.effect.solo_img {
  background-color: #000;
  /*min-height: 355px;*/
}
.hvr-item.capa.effect.solo_img h2{
  font-family: 'Montserrat',sans-serif;
  color: #fff;
  margin-top: 10px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  /*min-height: 66px;*/
}
.hvr-item.capa.effect.solo_img p{
  font-family: 'Roboto',sans-serif;
    color: #fff;
    text-align: center;	
    margin-top: 28px;	
    margin-bottom: 26px;
}
.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: rgba(132, 31, 43, 0.95);
  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.solo_img.alpha{
   background: #83212e;
}*/
.hvr-item.capa.effect .info h2 {
  font-family: 'Roboto', 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: 'Open 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: 'Roboto', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.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: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-top: 1px;
  margin-bottom: 1px;
}

.hvr-item.capa.effect .voir {
  margin-top: 50px;
  text-align: center;
}
.hvr-item.capa.effect .info .voir p{
  font-size: 12px;
  margin-top: 5px;
}
.hvr-item.capa.effect .info .voir i {
  color: #c19197;
  text-align: center;
}
.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 {
	padding: 70px 0px;
	}
	/*.hvr-item.capa.effect .info p {
	margin: -24px 5px 10px 5px;
	}*/
	.hvr-item.capa.effect .info hr {
    margin-bottom: 30px;
	}
	.hvr-item.capa.effect .info h2 {
	font-size: 24px;
	margin: 0 0 100px 0;
	}
	.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 .voir p, i {
	font-size: 18px;
	}
	.hvr-item.capa.effect .info .date {
	padding: 5px;
	}

	/*.hvr-item.capa.effect.solo_img {
	min-height: 617px;
	}*/
}
/*@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 {
  margin: 0 0 35px 0;
  }
  /*.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 .voir p, i {
  font-size: 18px;
  }
  .hvr-item.capa.effect .info .date {
  padding: 5px;
  }*/
  
  .hvr-item.capa.effect.solo_img {
	/*min-height: 468px;*/
	margin-bottom: 20px;
	}
}
@media screen and (max-width: 76px) {
	
}
.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);
}
/*advitam end*/