/********************************************** SECTION TITLE MARCAS *************************************************/
.sect_title_marcas{
	padding: 50px 0;
}
.sect_title_marcas 	.title_marcas .title_head h2{
	text-align: center;
	font-weight: 800;
}
.sect_title_marcas 	.title_marcas .title_body h6{
	text-align: center;
}
.title_marcas .title_body h6 svg .fa-secondary{
    color: #d6d6d6;
    opacity: inherit;
}
.title_marcas .title_body h6 svg .fa-primary{
    color: #04a0d7;
}

/******************************************** END SECTION TITLE MARCAS ***********************************************/

/********************************************** SECTION MARCAS *******************************************************/
.sect_marcas{
	padding-bottom: 50px;
}
/**/
.box_marcas{
	box-shadow: 0 2px 3px 0 rgba(100,100,100,.3);
	margin-bottom: 25px;
}
/**/
.box_marcas img{
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
.box_marcas:hover img{
	filter: grayscale(100%);
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}