/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/



.item {
  position: relative;
  overflow: hidden;
}
.item img {
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item:hover img {
	
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(232, 41, 76, 0.80);
}

.portfolio {
	    margin: 0px -12px 80px 0px;
	    text-align: center;
}

.portfolio-image:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.portfolio-desc {
    z-index: 3;
    padding: 5px 5px 10px;
}

.portfolio-desc h3 a {
    color: #222;
    font-weight: 500;
    font-size: 14px;
}

.portfolio-desc h3 span a {
    color: #424242;
    font-size: .8em;
    font-weight: 500;
}

.portfolio-desc span a {

    text-transform: uppercase;
    font-size: .8em;
    font-weight: 500;
    color: #909090;

}

.portfolio-desc span a:hover {

    color: #e8294c;

}

.portfolio-desc span {
    display: block;
    margin-top: -5px;
    color: #e70b47;
}

.portfolio-desc h3 a:hover {
    color: #000000;

}
.subtitulos  { 
  margin-bottom: 50px;
  margin-top: 80px;

}
.subtitulos h3 {
    margin-bottom: 0px;
    line-height: 1;
    color: #4a4a4a;
    font-size: 2.6em;
    /* margin-top: 50px; */
}


.subtitulos span { 
	margin-bottom: 0px;
	line-height: 1;
	color: #909090;

}

@media (max-width: 767px) and (min-width: 480px){
.portfolio:not(.portfolio-1) {
    margin: 0 -6px 80px 0;
}
}


@media (max-width: 767px) {

.subtitulos {text-align: center;}
.subtitulos h3 {
     font-size: 34px;
    color: #5a5a5a;
}
article.portfolio-item {
  margin-top: 90px;
}
}
