/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/




.font400{
  font-weight: 400px !important;
}
span.subtitle a{
  color: #2f4c6c !important;
}
span.subtitle a:hover{
  color: #4194e0 !important;
}
.text-white{
  color: #fff !important;
}

.portfolio-filter li a:hover{
  color: #7ab6ed !important;
}

.icon-reorder{
  color: #fff;
}

.link-aviso{
  color: #333 !important;
}

.link-img{
  display: block;
  margin: auto;
  opacity:1;
  transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;

}
.link-img:hover{
  opacity:.5;
   transition: opacity .2s ease-out;
   -moz-transition: opacity .2s ease-out;
   -webkit-transition: opacity .2s ease-out;
   -o-transition: opacity .2s ease-out;
}
