.magazine-top-container + hr{
	margin: 0;
	padding: 0;
	background: #fc4513;
	height: 3px;
	z-index: 1;
	position: relative;
	border: none;
}

/*..page-home .col-md-4.visible-lg a{
	text-decoration: none;
}

.page-home .col-md-4.visible-lg a:hover div{
	opacity: 0.9;
}

.page-home .bloque-1 {
	color: #ffffff;
	background: #007548;
	padding:15px;
	margin-bottom: 10px;
	height: 101px;

}

.page-home .bloque-1.gris {
	background: #DBDBDB;
	color: #007548;
}

.page-home .bloque-1.naranja {
	background: #fc4513;
	color: #ffffff;
}

.page-home .bloque-1 h2 {
	margin:0;
	padding:0;
	font-size: 30px;
	font-weight: normal;
}

.page-home .bloque-1 p {
	font-size: 16px;
	padding:5px 0 0 0;
	margin-bottom: 0;
}
*/

.page-home .col-servicios{

}

.page-home .col-productos h1,
.page-home .col-servicios h1{
	padding-top: 0;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 36px;
}

.page-home .col-productos p,
.page-home .col-servicios p{
	font-size: 22px;
	line-height: 26px;
	font-weight:  normal;
}

.page-home .col-productos ul,
.page-home .col-servicios ul{
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

.page-home .col-productos ul li:first-child,
.page-home .col-servicios ul li:first-child{
	border-top:1px solid #9c9c9c;
}

.page-home .col-productos ul li,
.page-home .col-servicios ul li{
	margin: 0;
	padding: 5px 0;
	font-size: 15px;
	border-bottom:1px solid #9c9c9c;
}



.page-home .col-productos ul li a,
.page-home .col-servicios ul li a{
	color: #333333;
	display: block;
}

.page-home .col-productos ul li a:hover,
.page-home .col-servicios ul li a:hover{
	opacity: 0.9;
	text-decoration: none;
}

/*Filtro Productos*/

.jumbotron-home-central .link-filtro-productos{
	position: relative;
}

.jumbotron-home-central .link-filtro-productos .inner{
	position: relative;
	z-index: 2;
	max-width: 550px;
	margin: 0 auto;
}

.jumbotron-home-central .link-filtro-productos .inner a img{
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}

.jumbotron-home-central .link-filtro-productos .inner a:hover img{
	opacity:0.8;
	/*transform: translate(0, -5px) scale(1.05);*/
	transform: translate(0, -2px);
}


.jumbotron-home-central .link-filtro-productos .col-sm-2{
	width: 20%;
	padding-left:5px;
	padding-right: 5px;
}

.jumbotron-home-central .link-filtro-productos .background{
	position: absolute;
	top: 0;
	left: -50%;
	width: 200%;
	height: 100%;
	background: white;
	z-index: 0;
}

.jumbotron-home-central .link-filtro-productos .background.half-grey{
	height: 45%;
	background: #ECECEC;
	z-index: 1;
}

@media screen and (min-width: 1600px){

	.jumbotron-home-central #mapa-sedes{
		position: relative;
		right: -20px;

	}
}

.page-home .container {margin: 0px -15px 0px -15px}
/*////Filtro Productos*/