.bajada-seccion {
	font-size: 22px;
	font-weight: 300;
  line-height: 26px;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.hovereffect a{
	text-decoration: none;
}

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

.hovereffect .overlay a{ text-transform: uppercase;}
.hovereffect .overlay a:hover{ text-decoration: none; color: rgba(255,255,255,0.5);}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 26px;
  background-color: transparent;
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  padding: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
  margin: 10px 0;
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/*.logo-hum{
	width: 200px;
	margin: auto;
}
.logo-hum img {
    width: 200px;
}*/
.log-hum:before {
    content: '';
    width: 70px;
    height: 70px;
    background-image: url('/static/contenido/Proyecto-Ideas/Arbol-de-contenidos/categorizacion/imagenes/log-hum.png');
    position: absolute;
    background-size: 70px 70px;
    margin-left: -71px;
    margin-top: -38px;
}

/*titulo interiores*/
.til-lineas{
	color: #666;
	
	}
.til-lineas h2{
	
	}

/* til jardin*/
.til-lineas h3{
	font-weight: 300;
	font-size: 22px;
	}
.til-lineas .jardin h3::after{
	content:"";
	width:100px;
	height:1px;
	background-color:#ccc;
	position:absolute;
	right: 300px;
    top: 85px;

	}
.til-lineas .jardin h3::before{
	content:"";
	width:100px;
	height:1px;
	background-color:#ccc;
	position:absolute;
	left: 300px;
    top: 85px;
	}
/* responsive rules */
@media all and (max-width : 980px) {
	


}

@media screen and (max-width: 760px) {
		/*.logo-hum {
		    width: 200px;
		    margin: auto;
		}*/
		.log-hum:before {
	    content: '';
	    width: 60px;
	    height: 60px;
	    background-image: url(/static/contenido/Proyecto-Ideas/Arbol-de-contenidos/categorizacion/imagenes/log-hum.png);
	    position: absolute;
	    background-size: 60px 60px;
	    margin-left: auto;
	    margin-top: -62px;
	    margin-right: auto;
	    left: 0;
	    right: 0;
	}
	
	.til-lineas h3::after{
	display:none;
	}
.til-lineas h3::before{
	display:none;
	}
}
